Uses of Class
com.networknt.session.jdbc.serializer.SerializationFailedException
Packages that use SerializationFailedException
-
Uses of SerializationFailedException in com.networknt.session.jdbc.serializer
Methods in com.networknt.session.jdbc.serializer that throw SerializationFailedExceptionModifier and TypeMethodDescriptionDefaultDeserializer.deserialize(InputStream inputStream) Read from the suppliedInputStreamand deserialize the contents into an object.Deserializer.deserialize(InputStream inputStream) Read (assemble) an object of type T from the given InputStream.ValueBytesConverter.deserialize(byte[] source) byte[]ValueBytesConverter.serializer(Object source)