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