| |
|
What is Serialization in .NET? SoapFormatter, BinaryFormatter, XmlFormatter?
Serialization - The process of converting an object into a stream of bytes. This stream
of bytes can be persisted. Deserialization is an opposite process, which involves converting a
stream of bytes into an object. Serialization is used usually during remoting (while transporting
objects) and to persist file objecst & database objects.
Click here for more information on Serializtion and
different types of Formatters
.NET
Languages
Versions
Tools
CLI CTS Metadata CLS IL VES
CLR
Class Library
Managed Class
Assembly ILDASM
Reflection
Assembly Types
Strong Assembly
GAC
GC
IDisposable
Serialization
Code Access Security
Attribute
Thread
Globalization
Generations
COM
| |