Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.BooleanIf 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