Appends a named item to the output buffer. Usually item is taken as it is without any conversion.
Ulongs are converted using the DPD algorithym which is a compression algorithym for BCD
Note: the main method to use from the outside is the first serialize() method above. This method is for the use of the StructSerializer.
type of item
string to serialize struct data to
item to append
name of item
See Implementation
Appends a named item to the output buffer. Usually item is taken as it is without any conversion.
Ulongs are converted using the DPD algorithym which is a compression algorithym for BCD
Note: the main method to use from the outside is the first serialize() method above. This method is for the use of the StructSerializer.