mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-12 19:23:36 -06:00
1.1 KiB
1.1 KiB
SerializationHelper Methods
Methods
Deserialize(T)(Byte[]) | Deserializes an object to a given T type. |
Deserialize(T)(Stream) | Deserializes an object to a given T type. |
Deserialize(T)(String) | Deserializes a JSON encoded string to the given T. |
SerializeToBytes | Serializes an object to a byte array. |
SerializeToString | Serializes an object to a JSON encoded string. |