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
{{ message }}
This repository has been archived by the owner on May 16, 2022. It is now read-only.
Is it possible to support array of objects?
For example I need to serialize an array like
[1,"dfdfdf","2019-12-03T00:00:00"]
It's like object but properties depends on format version. So I have object like
{
Int Version ;
String Date;
DateTime CreatedOn;
}
On other side I know that version 1 Contains fields Date, Createdon and I can use them. Is it possible?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is it possible to support array of objects?
For example I need to serialize an array like
[1,"dfdfdf","2019-12-03T00:00:00"]
It's like object but properties depends on format version. So I have object like
{
Int Version ;
String Date;
DateTime CreatedOn;
}
On other side I know that version 1 Contains fields Date, Createdon and I can use them. Is it possible?
The text was updated successfully, but these errors were encountered: