Sdílet prostřednictvím


MessageFile<T>.Serialize Method (Boolean)

 

Serializes to a byte stream.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public byte[] Serialize(
    bool reserializePayload
)
public:
array<unsigned char>^ Serialize(
    bool reserializePayload
)
Public Function Serialize (
    reserializePayload As Boolean
) As Byte()

Parameters

  • reserializePayload
    Type: System.Boolean

    If true, the payload will be re-serialized. Use false if the payload was modified.

Return Value

Type: System.Byte[]

See Also

Serialize Overload
MessageFile<T> Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top