| Package | Description |
|---|---|
| com.networknt.session.jdbc.serializer |
| Modifier and Type | Method and Description |
|---|---|
Object |
ValueBytesConverter.deserialize(byte[] source) |
T |
Deserializer.deserialize(InputStream inputStream)
Read (assemble) an object of type T from the given InputStream.
|
Object |
DefaultDeserializer.deserialize(InputStream inputStream)
Read from the supplied
InputStream and deserialize the contents
into an object. |
byte[] |
ValueBytesConverter.serializer(Object source) |
Copyright © 2019. All rights reserved.