|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface CodecFactory
This interface can be used to tell that a Grails Codec class should use these methods for creating the encoder and decoder instances instead of using conventional encode/decode methods.
Method Summary | |
---|---|
Decoder
|
getDecoder()
Gets the decoder instance. |
Encoder
|
getEncoder()
Gets the encoder instance. |
Method Detail |
---|
public Decoder getDecoder()
public Encoder getEncoder()
Groovy Documentation