Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term
| Serialization
|
| Definition
| Conversion of an object (instance) into a data stream of bytes. Serialization is a method of persisting objects for storage in a database, to various media, or during marshaling—the process of moving an object to a new application domain, context, process, or system. Serialization is performed by the Common Language Runtime (CLR).
|
| See also
| Common Language Runtime
|
| This C# Online.NET definition is from the Glossary of .NET / C# Terms.
|