public interface Encoder
Modifier and Type | Interface and Description |
---|---|
static interface |
Encoder.Binary<T>
This interface defines how to provide a way to convert a custom
object into a binary message.
|
static interface |
Encoder.BinaryStream<T>
This interface may be implemented by encoding algorithms
that want to write the encoded object to a binary stream.
|
static interface |
Encoder.Text<T>
This interface defines how to provide a way to convert a custom
object into a text message.
|
static interface |
Encoder.TextStream<T>
This interface may be implemented by encoding algorithms
that want to write the encoded object to a character stream.
|
Copyright © 2013. All Rights Reserved.