|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface Encodeable
Marks a class capable of encoding itself with given Encoder
Method Summary | |
---|---|
java.lang.CharSequence
|
encode(Encoder encoder)
Encode with given encoder. |
Method Detail |
---|
public java.lang.CharSequence encode(Encoder encoder)
encoder
- the encoder
Groovy Documentation