| Package | Description |
|---|---|
| org.nustaq.serialization | |
| org.nustaq.serialization.coders |
| Modifier and Type | Field and Description |
|---|---|
protected FSTDecoder |
FSTObjectInput.codec |
| Modifier and Type | Method and Description |
|---|---|
FSTDecoder |
FSTConfiguration.createStreamDecoder() |
FSTDecoder |
FSTConfiguration.StreamCoderFactory.createStreamDecoder() |
FSTDecoder |
FSTConfiguration.MinBinStreamCoderFactory.createStreamDecoder() |
FSTDecoder |
FSTConfiguration.FSTDefaultStreamCoderFactory.createStreamDecoder() |
FSTDecoder |
FSTConfiguration.JSonStreamCoderFactory.createStreamDecoder() |
FSTDecoder |
FSTConfiguration.FBinaryStreamCoderFactory.createStreamDecoder() |
FSTDecoder |
FSTObjectInput.getCodec() |
| Modifier and Type | Method and Description |
|---|---|
FSTClazzInfo |
FSTClazzNameRegistry.decodeClass(FSTDecoder in,
FSTConfiguration conf) |
protected void |
FSTObjectInput.setCodec(FSTDecoder codec) |
| Modifier and Type | Class and Description |
|---|---|
class |
FSTBytezDecoder
Created by ruedi on 09.11.2014.
|
class |
FSTJsonDecoder
Created by moelrue on 5/21/15.
|
class |
FSTMinBinDecoder
Date: 02.04.2014
Time: 19:13
Deserializes from self describing binary MinBin format
|
class |
FSTStreamDecoder
Default Coder used for serialization.
|
Copyright © 2018. All rights reserved.