Contains methods that can help you serialize/deserialize MindFusion.Scheduling items to/from binary documents.
The following tables list the members exposed by the BinarySerializationContext type.
Name | Description | |
---|---|---|
Overloaded. Initializes a new instance of the BinarySerializationContext class. |
Name | Description | |
---|---|---|
Gets the class version of the currently deserialized item. |
||
Gets the format revision number of the file being loaded. (Inherited from SerializationContext.) |
||
Gets a reference to the schedule currently being serialized or deserialized. (Inherited from SerializationContext.) |
Name | Description | |
---|---|---|
Reads a boolean value. |
||
Reads a MindFusion.Drawing.Brush object. |
||
Reads a byte value. |
||
Reads a char value. |
||
Reads a color. |
||
Reads a color array. |
||
Reads a CustomBrushes object. |
||
Reads a DateTime object. |
||
Reads a decimal value. |
||
Reads a double value. |
||
Reads an enum value. |
||
Reads a float value with the specified name. |
||
Reads a float array. |
||
Reads a Font object. |
||
Reads a hashtable object. |
||
Reads an Image object. |
||
Reads an integer value. |
||
Reads a long value. |
||
Reads an object. |
||
Reads a MindFusion.Drawing.Pen object. |
||
Reads a PointF object. |
||
Reads a RectangleF object. |
||
Reads a Recurrence object. |
||
Reads a Reminder object. |
||
Reads a 8-bit signed integer value. |
||
Reads a short value. |
||
Reads a SizeF object. |
||
Reads a stream. |
||
Reads a string value. |
||
Reads a StringFormat object. |
||
Reads a Style object. |
||
Reads a tag object for the specified object. |
||
Reads an unsigned integer value. |
||
Reads an unsigned long value. |
||
Reads an unsigned short value. |
||
Writes a boolean value. |
||
Writes a Brush object. |
||
Write a byte value to the stream. |
||
Write a char value to the stream. |
||
Writes the specified color. |
||
Writes the specified array. |
||
Writes the specified CustomBrushes object. |
||
Writes the specified DateTime object. |
||
Write a decimal value to the stream. |
||
Writes a double value. |
||
Writes the specified enum value. |
||
Writes a float value. |
||
Writes the specified array. |
||
Writes the specified font. |
||
Writes the specified hashtable. |
||
Writes the specified image. |
||
Writes an integer value. |
||
Writes a long value. |
||
Writes the specified object. |
||
Writes a Pen object. |
||
Writes a PointF object. |
||
Writes a RectangleF object. |
||
Writes the specified Recurrence object. |
||
Writes the specified Reminder object. |
||
Write a 8-bit signed integer value to the stream. |
||
Writes a short value. |
||
Writes a SizeF object. |
||
Writes the specified stream. |
||
Writes a string value. |
||
Writes the specified StringFormat object. |
||
Writes the specified Style object. |
||
Writes the specified tag of the specified object. |
||
Writes an unsigned integer value. |
||
Writes an unsigned long value. |
||
Writes an unsigned short value. |
Name | Description | |
---|---|---|
Raised when the serialization or deserialization has completed successfully. (Inherited from SerializationContext.) |