Re: [fpc-pascal] JSON - RTTI streaming.

2011-11-18 Thread Stephane Carre
Hello Michael, I have not received any e-mail with the testcomps unit. Can you please make sure you send it to me ? Thanks for your time ! Regards, Stephane Carre On 17/11/2011 09:16, michael.vancann...@wisa.be wrote: On Wed, 16 Nov 2011, Stephane Carre wrote: Hello Michael, In the current

Re: [fpc-pascal] JSON - RTTI streaming.

2011-11-18 Thread Stephane Carre
Thank you Michael. I checked before in the fpc source 2.4.4 download available from sourceforge, but could not find testcomps anywhere. The version you attached does not contain TVariantComponent. Is that a newer, or older version than the one that should match fpc 2.4.4 ? Otherwise I guess I

Re: [fpc-pascal] JSON - RTTI streaming.

2011-11-18 Thread Stephane Carre
Hello Michael, Finally, I also found the original testcomps.pp file in the sources (and at the sime time I discovered a limitation of the Windows 7 file search tool, which was why I did not find the file before). As indicated below, the version that comes with the sources is not complete. I

Re: [fpc-pascal] JSON - RTTI streaming.

2011-11-18 Thread Sven Barth
On 18.11.2011 19:57, Stephane Carre wrote: Finally, I also found the original testcomps.pp file in the sources (and at the sime time I discovered a limitation of the Windows 7 file search tool, which was why I did not find the file before). That's a reason to use the file search of some editor

Re: [fpc-pascal] JSON - RTTI streaming.

2011-11-17 Thread michael . vancanneyt
On Wed, 16 Nov 2011, Stephane Carre wrote: Hello Michael, In the current stable release (fpc 2.4.4) the unit tests for fpjsonrtti fail to compile because unit testcomps is missing. I believe this is the unit with the test classes used for the destreamer tests. Where can I find this unit ?

Re: [fpc-pascal] JSON - RTTI streaming.

2011-11-16 Thread Stephane Carre
Hello Michael, In the current stable release (fpc 2.4.4) the unit tests for fpjsonrtti fail to compile because unit testcomps is missing. I believe this is the unit with the test classes used for the destreamer tests. Where can I find this unit ? Thanks for this ! Regards, Stephane Carre On

Re: [fpc-pascal] JSON - RTTI streaming.

2011-05-17 Thread Lee Jenkins
On 1/5/2011 6:12 PM, Michael Van Canneyt wrote: Hello, For those of you that need JSON support: I have committed support for streaming published properties (properties for which RTTI is generated) from objects to JSON and vice versa, in a unit fpjsonrtti. Not the full streaming as

Re: [fpc-pascal] JSON - RTTI streaming.

2011-05-17 Thread michael . vancanneyt
On Tue, 17 May 2011, Lee Jenkins wrote: On 1/5/2011 6:12 PM, Michael Van Canneyt wrote: Hello, For those of you that need JSON support: I have committed support for streaming published properties (properties for which RTTI is generated) from objects to JSON and vice versa, in a unit

Re: [fpc-pascal] JSON - RTTI streaming.

2011-05-16 Thread Burkhard Carstens
Am Donnerstag, 6. Januar 2011 00:12 schrieb Michael Van Canneyt: Hello, For those of you that need JSON support: I have committed support for streaming published properties (properties for which RTTI is generated) from objects to JSON and vice versa, in a unit fpjsonrtti. Not the full

Re: [fpc-pascal] JSON - RTTI streaming.

2011-05-16 Thread michael . vancanneyt
On Mon, 16 May 2011, Burkhard Carstens wrote: Am Donnerstag, 6. Januar 2011 00:12 schrieb Michael Van Canneyt: Hello, For those of you that need JSON support: I have committed support for streaming published properties (properties for which RTTI is generated) from objects to JSON and vice

Re: [fpc-pascal] JSON - RTTI streaming.

2011-01-20 Thread Brian Winfrey
On Wed, Jan 5, 2011 at 3:12 PM, Michael Van Canneyt mich...@freepascal.org wrote: Hello, For those of you that need JSON support: I have committed support for streaming published properties (properties for which RTTI  is generated) from objects to JSON and vice versa, in a unit fpjsonrtti.

[fpc-pascal] JSON - RTTI streaming.

2011-01-05 Thread Michael Van Canneyt
Hello, For those of you that need JSON support: I have committed support for streaming published properties (properties for which RTTI is generated) from objects to JSON and vice versa, in a unit fpjsonrtti. Not the full streaming as implemented in the classes system is supported: - No