mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-12 19:23:36 -06:00
874 B
874 B
SerializeToBytes Method
Serializes an object to a byte array.
Definition
Namespace: CapyKit.Helpers
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.2
C#
public static byte[] SerializeToBytes(
Object obj
)
F#
static member SerializeToBytes :
obj : Object -> byte[]
Parameters
- Object
- The object.
Return Value
Byte[]
A JSON
encoded string.