Uses of Interface
net.sodacan.core.serialize.SerializerFactory
Packages that use SerializerFactory
Package
Description
This package contains most of the Interfaces of Sodacan.
-
Uses of SerializerFactory in net.sodacan.core
Methods in net.sodacan.core that return SerializerFactoryModifier and TypeMethodDescriptionConfig.getSerializerFactory()The SerializerFactory is instantiated during configuration -
Uses of SerializerFactory in net.sodacan.core.config
Fields in net.sodacan.core.config with type parameters of type SerializerFactoryMethods in net.sodacan.core.config that return SerializerFactoryMethod parameters in net.sodacan.core.config with type arguments of type SerializerFactoryModifier and TypeMethodDescriptionBaseBuilder.serializerFactory(Function<Config, SerializerFactory> serializerFactoryFn) -
Uses of SerializerFactory in net.sodacan.core.serialize.gson
Classes in net.sodacan.core.serialize.gson that implement SerializerFactoryModifier and TypeClassDescriptionclassFactory that creates individual Serializers. -
Uses of SerializerFactory in net.sodacan.core.serialize.kryo
Classes in net.sodacan.core.serialize.kryo that implement SerializerFactoryModifier and TypeClassDescriptionclassFactory that creates individual Serializers.