What steps will reproduce the problem?
1. Save a struct with a static array
2. Try to load it
3. Exception: "There is no support for static array"; XSuperObject Line: 2014
-> class procedure TSerializeParse.WriteMember
I tried to load a File into a Struct with a static array. But as mentioned, it
is not possible.
Theoretically, I think that it should be possible to check the length of the
static array and the available JSON-Data.
I've attached a Test-Project to demonstrate the problem.
Thanks in advance
Philipp
Original issue reported on code.google.com by philipp....@gmail.com on 15 Dec 2014 at 10:29
Original issue reported on code.google.com by
philipp....@gmail.com
on 15 Dec 2014 at 10:29Attachments: