Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Support array of Objects #116

Open
thyn opened this issue Jan 21, 2020 · 0 comments
Open

Support array of Objects #116

thyn opened this issue Jan 21, 2020 · 0 comments

Comments

@thyn
Copy link

thyn commented Jan 21, 2020

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant