public interface Encodable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getEncoding()
Gets an encoded representation of this object.
|
void |
useEncoding(java.lang.Object obj)
Uses an encoded representation of this object to recreate the
object contents.
|
java.lang.Object getEncoding()
useEncoding(java.lang.Object)
void useEncoding(java.lang.Object obj)
obj
- the object encoding.getEncoding()