groovy

leftShift operator for ObjectOutputStream

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.1-beta-1
  • Fix Version/s: 1.1-beta-2
  • Component/s: groovy-jdk
  • Labels:
    None
  • Number of attachments :
    0

Description

It would be good to have:

oos << object

as a shorthand for:

oos.writeObject(object)

Activity

Hide
Paul King added a comment -

code and test committed

Show
Paul King added a comment - code and test committed
Hide
Paul King added a comment -

Wrong type

Show
Paul King added a comment - Wrong type

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: