BuildMaster SDK Reference
Version:

SerializeToPersistedObjectXml(object obj) Method

Serializes the specified object by retrieving only properties with the Persisted attribute

Syntax

public static string SerializeToPersistedObjectXml(object obj)

Parameters

obj
Type: object