Deserialize data object to this instance.
data to deserialize.
Serialize this instance to plain data object.
plain data object.
Make plain data copy of value for serialization purposes.
value to copy.
target object to copy to when value is object.
if true then serialize serializable as object.
copied value.
Deserialize to specific type array.
type to deserialize to.
data to deserialize.
if set then deserialize to this target array instead of creating new one.
deserialized array.
Serialize value with agility to filter out its items by index and value (filtering only works for arrays and objects). Note: filtering function will not work if object extends Serializable unless skipSerializable is set to true.
array to serialize.
target array to serialize to (if not set new will be created).
filter function to use to filter items (this only works when data is array or object).
if true then serialize serializable as object.
serialized value.
Serialization implementation.