History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
GROOVY-1886
Type:
New Feature
Status:
Closed
Resolution:
Fixed
Priority:
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)
Description
It would be good to have: oos << object as a shorthand for: oos.writeObject(object)
Show »
All
Comments
Work Log
Change History
Sort Order:
[
Permalink
|
« Hide
]
Paul King
added a comment -
11/May/07 09:46 PM
code and test committed
[
Show »
]
Paul King
added a comment -
11/May/07 09:46 PM
code and test committed
[
Permalink
|
« Hide
]
Paul King
added a comment -
12/May/07 02:26 AM
Wrong type
[
Show »
]
Paul King
added a comment -
12/May/07 02:26 AM
Wrong type