get_object_data method

On this page

get_object_data

Returns information about serializable properties.

def get_object_data(self, info, context):
    ...
Parameter Type Description
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized object data.
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination.

See Also

On this page