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

List of all members
SerializableBase Class Reference

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

Class Constructor

◆ SerializableBase()

Constructs the serializable object

Parameters
contextContext to manage the serializable object

Detailed Description

Member Function Documentation

◆ checkCObject()

void checkCObject ( )

Checks if the native object is deserialized

◆ dispose()

void dispose ( )

Releases the memory allocated for the native object

Implements Disposable.

◆ getCObject()

long getCObject ( )

Returns the address of the native object

Returns
Address of the native object

◆ pack()

void pack ( )

Serializes an object

◆ unpack()

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.