Issue Details (XML | Word | Printable)

Key: GROOVY-1886
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Paul King
Reporter: Paul King
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
groovy

leftShift operator for ObjectOutputStream

Created: 11/May/07 09:26 PM   Updated: 12/May/07 02:26 AM
Component/s: groovy-jdk
Affects Version/s: 1.1-beta-1
Fix Version/s: 1.1-beta-2

Time Tracking:
Not Specified


 Description  « Hide
It would be good to have:

oos << object

as a shorthand for:

oos.writeObject(object)



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Paul King added a comment - 11/May/07 09:46 PM
code and test committed

Paul King added a comment - 12/May/07 02:26 AM
Wrong type