|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Encodable
This interface indicates that an object can be encoded into into a byte array so it can be streamed.
By implementing this interface you are agreeing to provide a constructor with a single argument of
type DataInputExtended, which create an instance from the stream.
| Method Summary | |
|---|---|
void |
encode(DataOutputExtended outputStream)
Returns the domain object's value as an encoded byte array via the encoder. |
| Method Detail |
|---|
void encode(DataOutputExtended outputStream)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||