Click or drag to resize

ObjectSerializer Constructor

Overload List
  NameDescription
Public methodObjectSerializer()
Initializes a new instance of the ObjectSerializer class.
Public methodObjectSerializer(Func<Type, Boolean>)
Initializes a new instance of the ObjectSerializer class.
Public methodObjectSerializer(IDiscriminatorConvention)
Initializes a new instance of the ObjectSerializer class.
Public methodObjectSerializer(IDiscriminatorConvention, GuidRepresentation)
Initializes a new instance of the ObjectSerializer class.
Public methodObjectSerializer(IDiscriminatorConvention, Func<Type, Boolean>)
Initializes a new instance of the ObjectSerializer class.
Public methodObjectSerializer(IDiscriminatorConvention, GuidRepresentation, Func<Type, Boolean>)
Initializes a new instance of the ObjectSerializer class.
Public methodObjectSerializer(IDiscriminatorConvention, GuidRepresentation, Func<Type, Boolean>, Func<Type, Boolean>)
Initializes a new instance of the ObjectSerializer class.
Top
See Also