hunt-proton ~master (2021-07-16T03:06:07Z)
Home
Dub
Repo
ListEncoding
hunt
proton
codec
ListType
Undocumented in source.
interface
ListEncoding : PrimitiveTypeEncoding!(List!Object) {
void
setValue
(List!Object value, int length);
Object
readValueArray
();
}
Members
Functions
readValueArray
Object
readValueArray
()
Undocumented in source.
setValue
void
setValue
(List!Object value, int length)
Undocumented in source.
Meta
Source
See Implementation
hunt
proton
codec
ListType
classes
ListType
interfaces
ListEncoding