public class IdentificationList extends VoiceSdkNativePeer
AutoCloseable.close()
method should be invoked when the instance is no longer needed.
Any method that delegates to native call may throw VoiceSdkEngineException
nativeId
Constructor and Description |
---|
IdentificationList(long nativeId) |
Modifier and Type | Method and Description |
---|---|
static IdentificationList |
deserialize(byte[] data)
Restores IdentificationList object from raw bytes array.
|
protected static long |
deserialize1(byte[] data) |
protected void |
release()
This method should release resources on native layer (indirectly using nativeId)
|
byte[] |
serialize()
Converts IdentificationList object into raw bytes array.
|
close, equals, finalize, hashCode
public static IdentificationList deserialize(byte[] data)
data
- input bytesVoiceSdkEngineException
- wraps native exceptionspublic byte[] serialize()
protected static long deserialize1(byte[] data)
protected void release()
VoiceSdkNativePeer
release
in class VoiceSdkNativePeer