| Modifier and Type | Class and Description |
|---|---|
static interface |
Type.Codec.Decoder
Decodes the given data into a Java language object
|
static interface |
Type.Codec.Encoder
Encodes the given Java language as data the server expects.
|
| Modifier and Type | Field and Description |
|---|---|
Type.Codec.Decoder |
decoder |
Type.Codec.Encoder |
encoder |
| Constructor and Description |
|---|
Type.Codec() |
public Type.Codec.Decoder decoder
public Type.Codec.Encoder encoder
Copyright © 2013-2015 impossibl.com. All Rights Reserved.