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