ISerializable

Interface for classes that can be serialized to JSON with custom code

interface ISerializable {}

Members

Functions

onSerialize
void onSerialize(DataNode object)

Custom serializer function

Meta