| Package | Description |
|---|---|
| nuroko.coders | |
| nuroko.core |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCoder<T>
Abstract base class for coders
|
class |
CharCoder |
class |
ChoiceCoder<T>
Coder for a categorical choice variable, with a small fixed set of values.
|
class |
DecodeFunction<T> |
class |
DoubleCoder |
class |
FixedStringCoder
Coder for fixed length strings.
|
class |
IdentityCoder |
class |
IntegerCoder |
class |
ListCoder<T>
Coder for a fixed-length list of a specific item type
|
class |
MaybeCoder<T> |
class |
MixedListCoder
Coder for a fixed-length list of a specific item type
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICoder<T>
Interface for an object that handles both encoding and decoding of values
Coders must be stateless and/or immutable, as it is expected that they will be re-used
by concurrent code.
|
Copyright © 2014. All rights reserved.