BooleanType

Undocumented in source.

Constructors

this
this(EncoderImpl encoder, DecoderImpl decoder)
Undocumented in source.

Members

Classes

AllBooleanEncoding
class AllBooleanEncoding
Undocumented in source.
FalseEncoding
class FalseEncoding
Undocumented in source.
TrueEncoding
class TrueEncoding
Undocumented in source.

Functions

getAllEncodings
Collection!(TypeEncoding!(Boolean)) getAllEncodings()
Undocumented in source. Be warned that the author may not have intended to support it.
getCanonicalEncoding
BooleanEncoding getCanonicalEncoding()
Undocumented in source. Be warned that the author may not have intended to support it.
getEncoding
ITypeEncoding getEncoding(Object val)
Undocumented in source. Be warned that the author may not have intended to support it.
getTypeClass
TypeInfo getTypeClass()
Undocumented in source. Be warned that the author may not have intended to support it.
writeValue
void writeValue(Boolean val)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

BYTE_0
enum byte BYTE_0;
Undocumented in source.
BYTE_1
enum byte BYTE_1;
Undocumented in source.

Meta