| Package | Description |
|---|---|
| app.myoss.cloud.core.lang.serializer |
| Modifier and Type | Method and Description |
|---|---|
T |
Serialization.deserialize(byte[] bytes)
Deserialize an object from the given binary data.
|
byte[] |
Serialization.serialize(T t)
Serialize the given object to binary data.
|
Copyright © 2018–2019. All rights reserved.