'Declaration Public Overrides Sub Serialize( _ ByVal serializationStream As Stream, _ ByVal graph As Object _ )
public override void Serialize( Stream serializationStream, object graph )
public: void Serialize( Stream* serializationStream, Object* graph ) override
public: void Serialize( Stream^ serializationStream, Object^ graph ) override
Parameters
- serializationStream
- The stream where the formatter puts the serialized data.
- graph
- The Vintasoft.Imaging.Annotation.AnnotationDataCollection or Vintasoft.Imaging.Annotation.AnnotationData object to serialize. All annotations of Vintasoft.Imaging.Annotation.AnnotationDataCollection object are automatically serialized.