interface IMetadataSerializer (Niantic.ARDK.Utilities.Marker.IMetadataSerializer)
Note
This is part of an experimental feature that is not advised to be used in release builds.
interface IMetadataSerializer { // methods MarkerMetadata Deserialize(byte[] data); byte[] Serialize(MarkerMetadata stationaryMetadata); }; // direct descendants class BasicMetadataSerializer; class EmbeddedStationaryMetadataSerializer;