Class SerializerTypeInfoStrategyCreator.TypeDictionary

java.lang.Object
one.microstream.persistence.binary.util.SerializerTypeInfoStrategyCreator.TypeDictionary
All Implemented Interfaces:
SerializerTypeInfoStrategyCreator
Enclosing interface:
SerializerTypeInfoStrategyCreator

public static class SerializerTypeInfoStrategyCreator.TypeDictionary
extends Object
implements SerializerTypeInfoStrategyCreator
A Creator for a SerializerTypeInfoStrategy. The created SerializerTypeInfoStrategy includes type information for all types currently known to the serializer including those registered during the setup.
  • Constructor Details

    • TypeDictionary

      public TypeDictionary​(boolean includeTypeInfoOnce)
      A Creator for a SerializerTypeInfoStrategy. The created SerializerTypeInfoStrategy includes type information for all types currently known to the serializer including those registered during the setup.
      Parameters:
      includeTypeInfoOnce - If true, the type information is included only in the serialization pass that has the new types. Subsequent serialization will not contain type information if no new type was serialized.
  • Method Details