Uses of Interface
io.microsphere.io.Deserializer
-
Packages that use Deserializer Package Description io.microsphere.io -
-
Uses of Deserializer in io.microsphere.io
Classes in io.microsphere.io that implement Deserializer Modifier and Type Class Description classDefaultDeserializerDefaultDeserializerbased on Java Standard Serialization.classStringDeserializerStringDeserializerMethods in io.microsphere.io that return Deserializer Modifier and Type Method Description <T> Deserializer<T>Deserializers. getHighestPriority(java.lang.Class<?> deserializedType)Get the highest priority instance ofDeserializerby the specified deserialized type<T> Deserializer<T>Deserializers. getLowestPriority(java.lang.Class<?> deserializedType)Get the lowest priority instance ofDeserializerby the specified deserialized typeDeserializer<?>Deserializers. getMostCompatible(java.lang.Class<?> deserializedType)Get the most compatible instance ofDeserializerby the specified deserialized typeMethods in io.microsphere.io that return types with arguments of type Deserializer Modifier and Type Method Description <T> java.util.List<Deserializer<T>>Deserializers. get(java.lang.Class<?> deserializedType)Get all instances ofDeserializerby the specified deserialized type
-