public class JDKSerializationService extends Object implements SerializationService
SerializationUtils class.| Constructor and Description |
|---|
JDKSerializationService() |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(byte[] bytes)
Deserialize the given byte array into the corresponding object which was serialized before.
|
byte[] |
serialize(Object object)
Serialize the given object.
|
public Object deserialize(byte[] bytes)
SerializationServicedeserialize in interface SerializationServicebytes - the byte arraypublic byte[] serialize(Object object)
SerializationServiceserialize in interface SerializationServiceCopyright © 2017 SAP SE. All Rights Reserved.