hunt-proton ~master (2021-07-16T03:06:07Z)
Home
Dub
Repo
FixedSizePrimitiveTypeEncoding
hunt
proton
codec
FixedSizePrimitiveTypeEncoding
Undocumented in source.
abstract
class
FixedSizePrimitiveTypeEncoding : AbstractPrimitiveTypeEncoding!(T)(
T
) {
this
(EncoderImpl encoder, DecoderImpl decoder);
bool
isFixedSizeVal
();
int
getValueSize
(Object val);
void
skipValue
();
int
getFixedSize
();
}
Constructors
this
this
(EncoderImpl encoder, DecoderImpl decoder)
Undocumented in source.
Members
Functions
getFixedSize
int
getFixedSize
()
Undocumented in source.
getValueSize
int
getValueSize
(Object val)
Undocumented in source. Be warned that the author may not have intended to support it.
isFixedSizeVal
bool
isFixedSizeVal
()
Undocumented in source. Be warned that the author may not have intended to support it.
skipValue
void
skipValue
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
proton
codec
FixedSizePrimitiveTypeEncoding
classes
FixedSizePrimitiveTypeEncoding