Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

List of all members
SerializableBase Class Reference

Class that provides methods for serialization and deserialization. More...

Class Constructor

Constructs the serializable object

Parameters
contextContext to manage the serializable object

Detailed Description

Member Function Documentation

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

Returns
Address of the native object
void pack ( )

Serializes an object

void unpack ( DaalContext  context)

Deserializes an object

Parameters
contextContext to manage a deserialized object

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.