Re: [fpc-pascal] Framework for Objects Serialization / Deserialization

2016-04-01 Thread Dmitry Boyarintsev
On Fri, Apr 1, 2016 at 9:51 AM, Mazola Winstrol wrote: > I can't change the actual hierarchical structure of my classes so i can't > use TComponent. > > Delphi do have an intersting way to do with serialization: they have some > standard classes (TTypeMashaller, TConverter). If one wants to seria

Re: [fpc-pascal] Framework for Objects Serialization / Deserialization

2016-04-01 Thread Mazola Winstrol
2016-04-01 3:46 GMT-03:00 Michael Van Canneyt : > > > On Fri, 1 Apr 2016, Mazola Winstrol wrote: > > Hello list, >> >> Is there a fpc framework for or some standard to serialize / deserialize >> classes and other custom types? >> > > At least two units offer the base for such functionality: > json

Re: [fpc-pascal] Framework for Objects Serialization / Deserialization

2016-03-31 Thread Michael Van Canneyt
On Fri, 1 Apr 2016, Mazola Winstrol wrote: Hello list, Is there a fpc framework for or some standard to serialize / deserialize classes and other custom types? At least two units offer the base for such functionality: jsonrtti (fcl-json) and restbase (fcl-web) And obviously any TComponent

[fpc-pascal] Framework for Objects Serialization / Deserialization

2016-03-31 Thread Mazola Winstrol
Hello list, Is there a fpc framework for or some standard to serialize / deserialize classes and other custom types? Regards ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal