mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-05 06:14:36 +00:00
9 lines
269 B
Haxe
9 lines
269 B
Haxe
|
package funkin.data;
|
||
|
|
||
|
/**
|
||
|
* `json2object` has an annotation `@:jcustomwrite` which allows for custom serialization of values to be written to JSON.
|
||
|
*
|
||
|
* Functions must be of the signature `(T) -> String`, where `T` is the type of the property.
|
||
|
*/
|
||
|
class DataWrite {}
|