Class SerializerFactory.TaggedFieldSerializerFactory

    • Constructor Detail

      • TaggedFieldSerializerFactory

        public TaggedFieldSerializerFactory()
    • Method Detail

      • newSerializer

        public Serializer newSerializer​(Kryo kryo,
                                        Class<?> type)
        Description copied from interface: SerializerFactory
        Creates a new serializer
        Specified by:
        newSerializer in interface SerializerFactory
        Parameters:
        kryo - The serializer instance requesting the new serializer.
        type - The type of the object that is to be serialized.
        Returns:
        An implementation of a serializer that is able to serialize an object of type type.