Method |
Description |
|
GetLocales ( ) : string[] |
|
|
Parse ( XmlDocument xdoc, Type valueType, MappingAction action, Type &parsedType, Type &parsedArrayType ) : object |
|
|
Parse ( XmlDocument xdoc, Type valueType, MappingAction action, XmlRpcSerializer serializer, Type &parsedType, Type &parsedArrayType ) : object |
|
|
Parse ( string xml, Type valueType, MappingAction action, Type &parsedType, Type &parsedArrayType ) : object |
|
|
Parse ( string xml, Type valueType, MappingAction action, XmlRpcSerializer serializer, Type &parsedType, Type &parsedArrayType ) : object |
|
|
Serialize ( string testName, object obj, Encoding encoding, MappingAction action ) : XmlDocument |
|
|
SerializeToString ( string testName, object obj, MappingAction action ) : string |
|
|