SerializationExtensions Class

Visual Studio 2015
 

Provides a set of extension methods for serialization.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

System.Object
  Microsoft.VisualStudio.Utilities.SerializationExtensions

public static class SerializationExtensions

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticReadDrawingSize(BinaryReader)

Reads a Size struct from reader.

System_CAPS_pubmethodSystem_CAPS_staticReadGuid(BinaryReader)

System_CAPS_pubmethodSystem_CAPS_staticReadInt16Size(BinaryReader)

Reads a Int16Size struct from reader.

System_CAPS_pubmethodSystem_CAPS_staticReadNullableBoolean(BinaryReader)

Reads a bool? from reader.

System_CAPS_pubmethodSystem_CAPS_staticReadNullableChar(BinaryReader)

Reads a char? from reader.

System_CAPS_pubmethodSystem_CAPS_staticReadNullableDouble(BinaryReader)

Reads a double? from reader.

System_CAPS_pubmethodSystem_CAPS_staticReadNullableInt16(BinaryReader)

Reads a short? from reader.

System_CAPS_pubmethodSystem_CAPS_staticReadNullableInt32(BinaryReader)

Reads a int? from reader.

System_CAPS_pubmethodSystem_CAPS_staticReadNullableInt64(BinaryReader)

Reads a long? from reader.

System_CAPS_pubmethodSystem_CAPS_staticReadNullableSingle(BinaryReader)

Reads a float? from reader.

System_CAPS_pubmethodSystem_CAPS_staticReadNullableUInt16(BinaryReader)

Reads a ushort? from reader.

System_CAPS_pubmethodSystem_CAPS_staticReadNullableUInt32(BinaryReader)

Reads a uint? from reader.

System_CAPS_pubmethodSystem_CAPS_staticReadNullableUInt64(BinaryReader)

Reads a ulong? from reader.

System_CAPS_pubmethodSystem_CAPS_staticReadWindowsSize(BinaryReader)

Reads a Size struct from reader.

System_CAPS_pubmethodSystem_CAPS_staticWrite(BinaryWriter, Guid)

System_CAPS_pubmethodSystem_CAPS_staticWrite(BinaryWriter, Int16Size)

Writes an Int16Size to writer.

System_CAPS_pubmethodSystem_CAPS_staticWrite(BinaryWriter, Nullable<Boolean>)

Writes a bool? to writer.

System_CAPS_pubmethodSystem_CAPS_staticWrite(BinaryWriter, Nullable<Char>)

Writes a char? to writer.

System_CAPS_pubmethodSystem_CAPS_staticWrite(BinaryWriter, Nullable<Double>)

Writes a double? to writer.

System_CAPS_pubmethodSystem_CAPS_staticWrite(BinaryWriter, Nullable<Int16>)

Writes a short? to writer.

System_CAPS_pubmethodSystem_CAPS_staticWrite(BinaryWriter, Nullable<Int32>)

Writes a int? to writer.

System_CAPS_pubmethodSystem_CAPS_staticWrite(BinaryWriter, Nullable<Int64>)

Writes a long? to writer.

System_CAPS_pubmethodSystem_CAPS_staticWrite(BinaryWriter, Nullable<Single>)

Writes a float? to writer.

System_CAPS_pubmethodSystem_CAPS_staticWrite(BinaryWriter, Nullable<UInt16>)

Writes a ushort? to writer.

System_CAPS_pubmethodSystem_CAPS_staticWrite(BinaryWriter, Nullable<UInt32>)

Writes a uint? to writer.

System_CAPS_pubmethodSystem_CAPS_staticWrite(BinaryWriter, Nullable<UInt64>)

Writes a ulong? to writer.

System_CAPS_pubmethodSystem_CAPS_staticWrite(BinaryWriter, Size)

Writes a Size to writer.

System_CAPS_pubmethodSystem_CAPS_staticWrite(BinaryWriter, Size)

Writes a Size to writer.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: