Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Serialization is the process of converting an object into a stream of bytes in order to persist it to memory, a database, or a file. You can save and re-create such objects using functionality provided by the .NET Framework.
In This Section
Basics of .NET Framework Serialization
Provides an overview of serialization using .NET Framework classes.Classes Used in .NET Framework Serialization
Lists .NET Framework classes used in serialization.