Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Class that provides methods for serialization and deserialization. More...
SerializableBase | ( | DaalContext | context | ) |
Constructs the serializable object
context | Context to manage the serializable object |
void checkCObject | ( | ) |
Checks if the native object is deserialized
void dispose | ( | ) |
Releases the memory allocated for the native object
Implements Disposable.
long getCObject | ( | ) |
Returns the address of the native object
void pack | ( | ) |
Serializes an object
void unpack | ( | DaalContext | context | ) |
Deserializes an object
context | Context to manage a deserialized object |
For more complete information about compiler optimizations, see our Optimization Notice.