Introduction
The .NET framework offers two methods of serialization, namely, binary serialization and XML serialization. Binary serialization preserves the state of the object between different invocations of an application by preserving type fidelity. XML serialization uses XML as an open standard to serialize only the public properties and fields. It does not preserve type fidelity but provides support for serialization in human-readable, cross-platform XML. The framework provides many options to customize the serialization process to meet application requirements.
Xsd2code++ takes care of adding the set of attributes that are necessary for serialization/deserialization, but also the serialization methods in memory or on disk. Serialization is a process that has many options and subtleties. This is why xsd2code++ brings a simple solution to automatically integrate these mechanisms into your classes without you having to worry about it.
La sérialisation binaire est XML est intégré au FrameWork Dotnet, vous n'avez aucune librairie additionnelle à référencer dans votre projet. xsd2code++ permet