C# Class System.Xml.Serialization.XmlSerializationPrimitiveWriter

Inheritance: System.Xml.Serialization.XmlSerializationWriter
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Methods

Method Description
InitCallbacks ( ) : void

Private Methods

Method Description
Write_QName ( object o ) : void
Write_base64Binary ( object o ) : void
Write_boolean ( object o ) : void
Write_byte ( object o ) : void
Write_char ( object o ) : void
Write_dateTime ( object o ) : void
Write_decimal ( object o ) : void
Write_double ( object o ) : void
Write_float ( object o ) : void
Write_guid ( object o ) : void
Write_int ( object o ) : void
Write_long ( object o ) : void
Write_short ( object o ) : void
Write_string ( object o ) : void
Write_unsignedByte ( object o ) : void
Write_unsignedInt ( object o ) : void
Write_unsignedLong ( object o ) : void
Write_unsignedShort ( object o ) : void

Method Details

InitCallbacks() protected method

protected InitCallbacks ( ) : void
return void