Class DelegatingPersistentSerializer<T extends PersistentData,S extends com.google.protobuf.Message>

java.lang.Object
com.inductiveautomation.ignition.gateway.storeforward.serialization.DelegatingPersistentSerializer<T,S>
Type Parameters:
T - the type of persistent data
S - the type of proto message that relates to T
All Implemented Interfaces:
PersistentSerializer<T,S>

public class DelegatingPersistentSerializer<T extends PersistentData,S extends com.google.protobuf.Message> extends Object implements PersistentSerializer<T,S>
A delegating persistent serializer that uses a map of flavors to serialize and deserialize PersistentData