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.cr

Instance Method Summary

Instance Method Detail

def rsconfUnmapped : Hash(String, RemiLib::RSConf::RSValue) #

[View source]
def rsconfUnmapped=(rsconfUnmapped : Hash(String, RemiLib::RSConf::RSValue)) #

[View source]