mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-03-13 13:16:39 -05: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. |