Interface SerializationContext

All Superinterfaces:
org.infinispan.protostream.ImmutableSerializationContext, org.infinispan.protostream.SerializationContext
All Known Implementing Classes:
DefaultSerializationContext

public interface SerializationContext extends org.infinispan.protostream.SerializationContext
Extension of SerializationContext that ensures all registered marshallers implement ProtoStreamMarshaller. Overrides getMarshaller(Class) getMarshaller(String) and getMarshaller(Object) to return a ProtoStreamMarshaller.
Author:
Paul Ferraro