Refines meta to require a JSONMetaRecord
Refines meta to require a JSONMetaRecord
Additional fields that are not represented by Record fields, nor are fixed additional fields.
Additional fields that are not represented by Record fields, nor are fixed additional fields. Default implementation is for preserving unknown fields across read/write
Handle any additional fields that are not represented by Record fields when decoding from a JObject.
Handle any additional fields that are not represented by Record fields when decoding from a JObject. Default implementation preserves the fields intact and returns them via additionalJFields
Extra fields to add to the encoded object, such as type.
Extra fields to add to the encoded object, such as type. Default is none (Nil)
Save the instance and return the instance
Save the instance and return the instance
Specialized Record that can be encoded and decoded from JSON