DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block |
|---|
// simple type case
lalala = readOptionalField("lalala", dataReaderUnsignedInt( ....), something == true)
// Enum type case // TODO: chris magic trick is to use the function pointer of the enum parse static method
lalala = readOptionalField("lalala", enumReader(TypeOfHurz::enumForValue, dataReaderUnsignedIntCreatorDingels( ... readBuffer ....)), something == true, withAdditonasdl(), withEncoding(), withFickiciy())
// Complex type case // TODO: chris magic trick is to use a supplier lambda for the staticParse
lalala = readOptionalField("lalala", complexTypeReader(()->TypeOfHurz.staticParseIwas(readBuffer, asdasdasdasd, asdasd), readBuffer), something == true)
|
...