joaorobertoct2 / x-superobject

Automatically exported from code.google.com/p/x-superobject
0 stars 0 forks source link

There is no support for static array. #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r89.

Original comment by onryld...@gmail.com on 10 Mar 2015 at 10:20