public interface DataEncoder extends DataDecoder
DataDecoder
implementation.DataDecoder
DataDecoder.Factory
Modifier and Type | Method and Description |
---|---|
String |
encode(Object object)
Encode an object to a string.
|
decode
String encode(Object object) throws DataDecodeException
object
- The object to be encoded.DataDecodeException
- Error encoding object.Copyright © 2020. All rights reserved.