Uses of Interface
io.microsphere.io.Serializer
-
Packages that use Serializer Package Description io.microsphere.io -
-
Uses of Serializer in io.microsphere.io
Classes in io.microsphere.io that implement Serializer Modifier and Type Class Description classDefaultSerializerDefault Serializer implementation based on Java Standard Serialization.classStringSerializerStringSerializerMethods in io.microsphere.io that return Serializer Modifier and Type Method Description <S> Serializer<S>Serializers. getHighestPriority(java.lang.Class<S> serializedType)Get the highest priority instance ofSerializerby the specified serialized type<S> Serializer<S>Serializers. getLowestPriority(java.lang.Class<S> serializedType)Get the lowest priority instance ofSerializerby the specified serialized typeSerializer<?>Serializers. getMostCompatible(java.lang.Class<?> serializedType)Get the most compatible instance ofSerializerby the specified deserialized typeMethods in io.microsphere.io that return types with arguments of type Serializer Modifier and Type Method Description <S> java.util.List<Serializer<S>>Serializers. get(java.lang.Class<S> serializedType)Get all instances ofSerializerby the specified serialized type
-