annotation
RemiLib::RSConf::Serializable::Options
Overview
This annotation can be attached to classes and structs to provide RSConf (de)serialization options.
Possible options are:
- emitNulls: if
true, emits anullvalue for all nilable properties (by default nulls are not emitted).