|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface StreamEncodeable
Marks a class capable of encoding itself with given Encoder to given EncodedAppender instance
Method Summary | |
---|---|
void
|
encodeTo(EncodedAppender appender, Encoder encoder)
Calls the encoder to encode the current content of the StreamEncodable instance (itself) to the EncodedAppender. |
Method Detail |
---|
public void encodeTo(EncodedAppender appender, Encoder encoder)
appender
- the EncodedAppender instanceencoder
- the encoder
Groovy Documentation