Method |
Description |
|
CanRead ( XmlMapping mapping, XmlReader xmlReader ) : bool |
|
|
GenerateAssembly ( XmlMapping xmlMappings, Type types, string defaultNamespace, Evidence evidence, CompilerParameters parameters, Assembly assembly, Hashtable assemblies ) : Assembly |
|
|
GenerateAssemblyId ( Type type ) : string |
|
|
GetMethodFromType ( Type type, string methodName, Assembly assembly ) : MethodInfo |
|
|
GetName ( Assembly assembly, bool copyName ) : AssemblyName |
|
|
GetReferencedAssembly ( string name ) : Assembly |
|
|
GetTypeFromAssembly ( Assembly assembly, string typeName ) : Type |
|
|
InitAssemblyMethods ( XmlMapping xmlMappings ) : void |
|
|
InvokeReader ( XmlMapping mapping, XmlReader xmlReader, XmlDeserializationEvents events, string encodingStyle ) : object |
|
|
InvokeWriter ( XmlMapping mapping, XmlWriter xmlWriter, object o, XmlSerializerNamespaces namespaces, string encodingStyle, string id ) : void |
|
|
IsSerializerVersionMatch ( Assembly serializer, Type type, string defaultNamespace, string location ) : bool |
|
|
LoadGeneratedAssembly ( Type type, string defaultNamespace, XmlSerializerImplementation &contract ) : Assembly |
|
|
TempAssembly ( ) : System.Reflection |
|
|
TempAssembly ( XmlMapping xmlMappings, Assembly assembly, XmlSerializerImplementation contract ) : System.Reflection |
|
|
TempAssembly ( XmlMapping xmlMappings, Type types, string defaultNamespace, string location, Evidence evidence ) : System.Reflection |
|
|
TempAssembly ( XmlSerializerImplementation contract ) : System.Reflection |
|
|
ValidateEncodingStyle ( string encodingStyle, string methodKey ) : string |
|
|