Package | Description |
---|---|
com.genesyslab.platform.commons.collections |
Contains classes that allow you to use Genesys Key-Value
collections in your applications.
|
Modifier and Type | Method | Description |
---|---|---|
static KeyValueCollection |
TKVSerializer.deserialize(byte[] bytes) |
Deprecated.
use according method with additional encoding parameter
|
static KeyValueCollection |
TKVSerializer.deserialize(byte[] bytes,
boolean getLen) |
Deprecated.
use according method with additional encoding parameter
|
static KeyValueCollection |
TKVSerializer.deserialize(byte[] bytes,
java.lang.String encoding) |
Unpacks TKV list from byte array.
|
static KeyValueCollection |
TKVSerializer.deserialize(byte[] bytes,
java.lang.String encoding,
boolean getLen) |
Unpacks TKV list from byte array.
|
static KeyValueCollection |
TKVSerializer.deserialize(byte[] bytes,
java.lang.String encoding,
int offset,
int length,
boolean readLen) |
Unpacks TKV list from byte array.
|
static KeyValueCollection |
TKVSerializer.deserialize(java.io.InputStream in) |
Reads packed TKV list from
OutputStream and unpacks it. |
static KeyValueCollection |
TKVSerializer.deserialize(java.io.InputStream in,
java.lang.String encoding,
boolean readLen) |
Reads packed TKV list from
OutputStream and unpacks it. |
static KeyValueCollection |
TKVXmlSerializer.deserialize(org.w3c.dom.Document listDocument) |
|
static KeyValueCollection |
TKVXmlSerializer.deserialize(org.w3c.dom.Element listElement) |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.