[fpc-pascal] Framework for Objects Serialization / Deserialization
Michael Van Canneyt
michael at freepascal.org
Fri Apr 1 08:46:08 CEST 2016
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 can be streamed in the Delphi-native format.
Michael.
More information about the fpc-pascal
mailing list