ObjectSerialize
Last updated
Last updated
Serialize an object to file or convert it to binary format using Java Serialization
Argument | Type | Required | Description | Default |
---|---|---|---|---|
object
any
true
The object to serialize
file
string
false
The file path to save the serialized object to, if not provided, the binary representation of the object is returned