Join Slack
Powered by
Before: ``` [TYPE, { ...OBJECT... }] ``` After: `...
# serialization
h
hastebrot
06/07/2018, 2:59 PM
Before:
Copy code
[TYPE, { ...OBJECT... }]
After:
Copy code
{“@class”: TYPE, ... OBJECT ...}
➕ 1
3
Views
Open in Slack
Previous
Next