You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a class Vertex, and I want to serialize it to array ( look like [x,y] ) instead of object ( {X:"",Y:""} ) , so how can I do it? Is there any way to customize reading and writing? Thank you very much!
Hi, I have a class Vertex, and I want to serialize it to array ( look like [x,y] ) instead of object ( {X:"",Y:""} ) , so how can I do it? Is there any way to customize reading and writing? Thank you very much!
The text was updated successfully, but these errors were encountered: