The README file was describing an outdated way of defining serialization
formats. It was updated accordingly to match the current API.
New format declaration using setReader and setWriter
and mandatory PreferredOutput type declaration,
as introduced in f9a1121b8733eb75e624ab59f8d79e707f15f76f.
Removal of fileExt declaration, which was never implemented.
Removal of format-specific dontSerialize pragma
as well as the serialize pragma, which were never implemented.
Rename serializedFields macro to setSerializedFields,
to keep up with 60613bac5db2bd7914d484874201f31b3f318165.
Remove rename functionality in setSerializedFields,
which was never implemented.
A couple updated argument lists and typo corrections.
The README file was describing an outdated way of defining serialization formats. It was updated accordingly to match the current API.
setReader
andsetWriter
and mandatoryPreferredOutput
type declaration, as introduced in f9a1121b8733eb75e624ab59f8d79e707f15f76f.fileExt
declaration, which was never implemented.dontSerialize
pragma as well as theserialize
pragma, which were never implemented.serializedFields
macro tosetSerializedFields
, to keep up with 60613bac5db2bd7914d484874201f31b3f318165.setSerializedFields
, which was never implemented.