| Package | Description |
|---|---|
| org.nustaq.kson | |
| org.nustaq.net | |
| org.nustaq.offheap | |
| org.nustaq.serialization |
| Modifier and Type | Field and Description |
|---|---|
protected FSTConfiguration |
KsonSerializer.conf |
static FSTConfiguration |
Kson.conf |
| Constructor and Description |
|---|
JSonSerializer(KsonCharOutput out,
KsonTypeMapper mapper,
FSTConfiguration conf) |
KsonSerializer(KsonCharOutput out,
KsonTypeMapper mapper,
FSTConfiguration conf) |
| Constructor and Description |
|---|
TCPObjectServer(FSTConfiguration conf,
int port) |
TCPObjectSocket(Socket socket,
FSTConfiguration conf) |
TCPObjectSocket(String host,
int port,
FSTConfiguration conf) |
| Constructor and Description |
|---|
FSTAsciiStringOffheapMap(int keyLen,
long sizeMemBytes,
int numberOfEleems,
FSTConfiguration conf) |
FSTAsciiStringOffheapMap(String mappedFile,
int keyLen,
long sizeMemBytes,
int numberOfElems,
FSTConfiguration conf) |
FSTSerializedOffheapMap(int keyLen,
long sizeBytes,
int numberOfElems,
FSTConfiguration conf) |
FSTSerializedOffheapMap(String mappedFile,
int keyLen,
long sizeMemBytes,
int numberOfElems,
FSTConfiguration conf) |
| Modifier and Type | Field and Description |
|---|---|
protected FSTConfiguration |
FSTObjectOutput.conf |
| Modifier and Type | Method and Description |
|---|---|
static FSTConfiguration |
FSTConfiguration.createCrossPlatformConfiguration() |
static FSTConfiguration |
FSTConfiguration.createDefaultConfiguration() |
static FSTConfiguration |
FSTConfiguration.createStructConfiguration() |
FSTConfiguration |
FSTObjectInput.getConf() |
FSTConfiguration |
FSTObjectOutput.getConf() |
static FSTConfiguration |
FSTConfiguration.getDefaultConfiguration() |
FSTConfiguration |
FSTConfiguration.setForceSerializable(boolean forceSerializable)
treat unserializable classes same as if they would be serializable.
|
| Constructor and Description |
|---|
FSTClazzInfo(FSTConfiguration conf,
Class clazz,
FSTClazzInfoRegistry infoRegistry,
boolean ignoreAnnotations) |
FSTClazzInfoRegistry(FSTConfiguration conf) |
FSTClazzNameRegistry(FSTClazzNameRegistry par,
FSTConfiguration conf) |
FSTMinBinDecoder(FSTConfiguration conf) |
FSTMinBinEncoder(FSTConfiguration conf) |
FSTObjectInput(FSTConfiguration conf) |
FSTObjectInput(InputStream in,
FSTConfiguration conf)
Creates a FSTObjectInput that uses the specified
underlying InputStream.
|
FSTObjectInputNoShared(FSTConfiguration conf) |
FSTObjectInputNoShared(InputStream in,
FSTConfiguration conf)
Creates a FSTObjectInput that uses the specified
underlying InputStream.
|
FSTObjectOutput(FSTConfiguration conf)
serialize without an underlying stream, the resulting byte array of writing to
this FSTObjectOutput can be accessed using getBuffer(), the size using getWritten().
|
FSTObjectOutput(OutputStream out,
FSTConfiguration conf)
Creates a new FSTObjectOutput stream to write data to the specified
underlying output stream.
|
FSTObjectOutputNoShared(FSTConfiguration conf)
serialize without an underlying stream, the resulting byte array of writing to
this FSTObjectOutput can be accessed using getBuffer(), the size using getWritten().
|
FSTObjectOutputNoShared(OutputStream out,
FSTConfiguration conf)
Creates a new FSTObjectOutputNoShared stream to write data to the specified
underlying output stream.
|
FSTObjectRegistry(FSTConfiguration conf) |
FSTStreamDecoder(FSTConfiguration conf) |
FSTStreamEncoder(FSTConfiguration conf) |
Copyright © 2014. All rights reserved.