Fired after a record has been serialized.paramoffset The position of the end of the serialized record + 1paramrecordId The id of the record about to be serializedparamsize The number of bytes written for this record. If it is a container record then this will include the size of any included records.
Fired before a given escher record is serialized.paramoffset The position in the data array at which the record will be serialized.paramrecordId The id of the record about to be serialized.