|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KVList | |
com.genesyslab.platform.commons.collections | Contains classes that allow you to use Genesys Key-Value collections in your applications. |
com.genesyslab.platform.commons.connection.configuration |
Uses of KVList in com.genesyslab.platform.commons.collections |
Subclasses of KVList in com.genesyslab.platform.commons.collections | |
class |
KeyValueCollection
A key-value list created from an ordered collection of key-value pairs. |
Methods in com.genesyslab.platform.commons.collections with parameters of type KVList | |
static void |
TKVSerializer.serialize(KVList list,
java.io.OutputStream out)
Packs the list and writes it to OutputStream . |
static void |
TKVSerializer.serialize(KVList list,
java.io.OutputStream out,
java.lang.String encoding,
boolean writeLen)
Packs the list and writes it to OutputStream . |
static byte[] |
TKVSerializer.getBytes(KVList list,
java.lang.String encoding)
Packs the list and returns it as byte array. |
static byte[] |
TKVSerializer.getBytes(KVList list,
java.lang.String encoding,
boolean useLen)
Packs the list and returns it as byte array. |
Uses of KVList in com.genesyslab.platform.commons.connection.configuration |
Constructors in com.genesyslab.platform.commons.connection.configuration with parameters of type KVList | |
KeyValueConfiguration(KVList list)
Deprecated. KVList is considered internal class and is subject to change or removal Use KeyValueConfiguration.KeyValueConfiguration(KeyValueCollection) instead |
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |