'Declaration Public Overrides Sub Serialize( _
ByVal serializationStreamThe stream where the formatter puts the serialized data.As System.IO.Stream, _
ByVal graphThe FormPageTemplate or FormDocumentTemplate object to serialize. All form field templates of FormPageTemplate object are automatically serialized.As System.Object _
)
public override void Serialize(
System.IO.Stream serializationStream,
System.Object graph
)
public: void Serialize(
System.IO.Stream* serializationStream,
System.Object graph
); override
public:
void Serialize(
System.IO.Stream^ serializationStream,
System.Object graph
); override
Parameters
- serializationStream
- The stream where the formatter puts the serialized data.
- graph
- The FormPageTemplate or FormDocumentTemplate object to serialize. All form field templates of FormPageTemplate object are automatically serialized.