BasicComponentSerializationService Members

Include Protected Members
Include Inherited Members

Used to serialize a set of components or serializable objects into a serialization store.

The BasicComponentSerializationService type exposes the following members.

Constructors

  Name Description
Protected method BasicComponentSerializationService Initializes a new instance of the BasicComponentSerializationService class.

Top

Methods

  Name Description
Public method CreateStore Creates a new SerializationStore. (Inherited from ComponentSerializationService.)
Public method Deserialize Overloaded. Deserializes the given store to produce a collection of objects.
Public method DeserializeTo Overloaded. Deserializes the given SerializationStore to the given container.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method LoadStore Loads a SerializationStore from a specified stream. (Overrides ComponentSerializationService.LoadStore(Stream).)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Serialize Serializes the given object to the given SerializationStore. (Overrides ComponentSerializationService.Serialize(SerializationStore, Object).)
Public method SerializeAbsolute Serializes the given object, accounting for default property values. (Inherited from ComponentSerializationService.)
Public method SerializeMember Serializes the given member on the given object. (Overrides ComponentSerializationService.SerializeMember(SerializationStore, Object, MemberDescriptor).)
Public method SerializeMemberAbsolute Serializes the given member on the given object, accounting for the default property value. (Overrides ComponentSerializationService.SerializeMemberAbsolute(SerializationStore, Object, MemberDescriptor).)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

See Also

Reference

BasicComponentSerializationService Class

Microsoft.VisualStudio.Data.Schema.Project.Common.ComponentModel Namespace