hunt-proton ~master (2021-07-16T03:06:07Z)
Home
Dub
Repo
ITypeConstructor
hunt
proton
codec
TypeConstructor
Undocumented in source.
interface
ITypeConstructor {
void
skipValue
();
bool
encodesJavaPrimitive
();
TypeInfo
getTypeClass
();
Object
readValue
();
}
Members
Functions
encodesJavaPrimitive
bool
encodesJavaPrimitive
()
Undocumented in source.
getTypeClass
TypeInfo
getTypeClass
()
Undocumented in source.
readValue
Object
readValue
()
Undocumented in source.
skipValue
void
skipValue
()
Undocumented in source.
Meta
Source
See Implementation
hunt
proton
codec
TypeConstructor
interfaces
ITypeConstructor
TypeConstructor