abstract class SerializationUtils
Static utilities for serialization and deserialization.
Author
Dave Syer
Since
3.0.5
SerializationUtils()
Static utilities for serialization and deserialization. |
open static fun deserialize(bytes: ByteArray): Any
Deserialize the byte array into an object. |
|
open static fun serialize(object: Any): ByteArray
Serialize the given object to a byte array. |