Package com.here.platform.location.tpeg2
Interface BinaryMarshaller<A>
public interface BinaryMarshaller<A>
A marshaller that can output objects as TPEG-Binary or read them from it.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
marshall
(A value, OutputStream outputStream) unmarshall
(InputStream inputStream)
-
Method Details
-
marshall
-
unmarshall
-