Méthode | Description | |
---|---|---|
Create ( |
Create an instance of IXSerializer for the given type using a default configuration. An instance of the generic XmlSerializer{T} class of type type is returned from this method. |
|
Create ( |
Create an instance of IXSerializer for the given type using a default configuration. An instance of the generic XmlSerializer{T} class of type type is returned from this method. |
|
Create ( |
Create an instance of IXSerializer for the given type using a default configuration. An instance of the generic XmlSerializer{T} class of type type is returned from this method. |
Méthode | Description | |
---|---|---|
GetSerializationOptions ( Action |
public static Create ( |
||
type | The type of the object that the serializer will operate on. | |
Résultat | IXSerializer |
public static Create ( |
||
type | The type of the object that the serializer will operate on. | |
setOptions | Action |
A callback for setting options. |
Résultat | IXSerializer |
public static Create ( |
||
type | The type of the object that the serializer will operate on. | |
options | XSerializer.XmlSerializationOptions | Options. |
Résultat | IXSerializer |