SerializationExtensions.SerializeToStream(T) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

SerializationExtensions.SerializeToStream(T) Method

BR.AN.PviServices .NET


Serializes instance to stream using the serialization information of the instance type.

[Visual Basic]

<Extension> _

Public Shared Sub SerializeToStream(Of T)( _

  ByVal instance As T, _

  ByVal stream As Stream _

)

[C#]

[Extension]

public static void SerializeToStream<T>(

  this T instance,

  this Stream stream

);

Parameters

instance

The instance to serialize.

stream

The stream the instance should be serialized to.

See Also

SerializationExtensions Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]