Zen API
|
kStatus kSerializer_Reset | ( | kSerializer | serializer | ) |
Discards any streaming context accumulated by the serializer.
This method can be used to discard any context information from serialization/deserialization operations. This may be useful in the event of de/serialization errors, if the intention is to continue using the serializer object after errors have been encounted.
serializer | Serializer object. |