public interface Encodable
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.
| Modifier and Type | Method and Description |
|---|---|
void |
encode(DataOutputExtended outputStream)
Returns the domain object's value as an encoded byte array via the
encoder.
|
void encode(DataOutputExtended outputStream) throws IOException
IOExceptionCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.