Search
SerializationContext Members
Constructors Methods
 


This class contains information required to serialize and deserialize Schedule elements to and from a binary stream or XML document.

The following tables list the members exposed by the SerializationContext type.

 Public Constructors

  Name Description

SerializationContext

Initializes a new instance of the SerializationContext class.

 Public Methods

  Name Description

addSerializationContextListener

Adds a SerializationContextListener to the context.

getFileVersion

Gets the format revision number of the file being loaded.

getSchedule

Gets a reference to the schedule currently being serialized or deserialized.

removeSerializationContextListener

Removes the specified SerializationContextListener from the context.

 See Also