module
RemiLib::RSConf::Serializable::Unmapped
Overview
If the RemiLib::RSConf::Serializable::Unmapped module is included,
unknown properties in the RSConf document encountered during
deserialization will be stored in a Hash(String, RemiLib::RSConf::RSValue).
On serialization, any keys inside #rsconfUnmapped will be serialized and
appended to the current RSConf object.
Defined in:
remilib/rsconf/serializable.crInstance Method Summary
- #rsconfUnmapped : Hash(String, RemiLib::RSConf::RSValue)
- #rsconfUnmapped=(rsconfUnmapped : Hash(String, RemiLib::RSConf::RSValue))