Constructor
Variables
read onlyindex:Int
A unique index for this collection entry instance. Warning:
this index is in no way predictable and may vary
for each entry between each run of the app!
This is intended to be used as a fast integer-typed runtime identifier,
but do not use this to identify entries when persisting data to disk etc...
Methods
setRawData(data:Dynamic):Void
setRawField(name:String, rawValue:Dynamic):Bool
Override this method to perform custom deserialisation on a specific field. If the overrided method
returns true
, default behavior will be skipped for the related field.