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