Contains methods that enable serialization/deserialization of MindFusion.Scheduling items to/from binary documents.
The following tables list the members exposed by the BinarySerializationContext type.
Name | Description | |
---|---|---|
![]() |
Overloaded. |
Name | Description | |
---|---|---|
![]() |
Gets the class version of the currently deserialized item. |
Name | Description | |
---|---|---|
![]() |
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 bool value. |
|
![]() |
Reads a byte value. |
|
![]() |
Reads a char value. |
|
![]() |
Reads a System.Drawing.Color object. |
|
![]() |
Reads an array with System.Drawing.Color objects. |
|
![]() |
Reads a DateTime object. |
|
![]() |
Reads a decimal value. |
|
![]() |
Reads a double value. |
|
![]() |
Reads an enum value. |
|
![]() |
Reads a float value. |
|
![]() |
Reads an array with float values. |
|
![]() |
Reads a Font object. |
|
![]() |
Reads a hash table object. |
|
![]() |
Reads a HeaderStyle object. |
|
![]() |
Reads an image. |
|
![]() |
Reads an integer value. |
|
![]() |
Reads a ItemStyle object. |
|
![]() |
Reads a long number. |
|
![]() |
Reads an object. |
|
![]() |
Reads a PointF object. |
|
![]() |
Reads a RectangleF object. |
|
![]() |
Reads a Recurrence object. |
|
![]() |
Reads a Reminder. |
|
![]() |
Reads a 8-bit signed integer value. |
|
![]() |
Reads a short number. |
|
![]() |
Reads a SizeF object. |
|
![]() |
Reads a stream. |
|
![]() |
Reads a string value. |
|
![]() |
Reads a StringFormat object. |
|
![]() |
Reads a Style object. |
|
![]() |
Reads a tag. |
|
![]() |
Reads an unsigned integer value. |
|
![]() |
Reads an unsigned long value. |
|
![]() |
Reads an unsigned short value. |
|
![]() |
Writes a boolean value. |
|
![]() |
Writes a byte value. |
|
![]() |
Writes a char value. |
|
![]() |
Writes a Color object. |
|
![]() |
Writes an array with Color objects. |
|
![]() |
Writes a DateTime object. |
|
![]() |
Writes a decimal value. |
|
![]() |
Writes a double value. |
|
![]() |
Writes the specified enum value. |
|
![]() |
Writes a float value. |
|
![]() |
Writes an array of float numbers. |
|
![]() |
Writes the specified font. |
|
![]() |
Writes the specified hashtable. |
|
![]() |
Writes the specified HeaderStyle object. |
|
![]() |
Writes the specified image. |
|
![]() |
Writes an integer value. |
|
![]() |
Writes the specified ItemStyle object. |
|
![]() |
Writes a long value. |
|
![]() |
Writes the specified object. |
|
![]() |
Writes a PointF object. |
|
![]() |
Writes a RectangleF object. |
|
![]() |
Writes a Recurrence. |
|
![]() |
Writes a Reminder. |
|
![]() |
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. |
|
![]() |
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.) |