hunt-proton ~master (2021-07-16T03:06:07Z)
Home
Dub
Repo
BooleanEncoding
hunt
proton
codec
BooleanType
Undocumented in source.
interface
BooleanEncoding : PrimitiveTypeEncoding!(Boolean) {
void
write
(bool b);
void
writeValue
(Object b);
bool
readPrimitiveValue
();
}
Members
Functions
readPrimitiveValue
bool
readPrimitiveValue
()
Undocumented in source.
write
void
write
(bool b)
Undocumented in source.
writeValue
void
writeValue
(Object b)
Undocumented in source.
Meta
Source
See Implementation
hunt
proton
codec
BooleanType
classes
BooleanType
interfaces
BooleanEncoding