ComSerialization The ComSerialization component can be used to serializes and deserializes objects into and from XML documents. Serialization is the process of converting an object's public properties and fields to a serial format (in this case, XML) for storage or transport. Deserialization restores the object to its original state from the XML output. You can thus think of serialization as a way of saving the state of an object into a buffer.