JsonExSerializer.SerializerHelper Class Reference

Class to do the work of serializing an object. More...

Inherits JsonExSerializer.JsonWriter.

List of all members.

Public Member Functions

override IJsonWriter WriteObject (object o)
 Serializes any type of object completely.
void Serialize (object o)
 Serialize the given object.

Protected Member Functions

override void WriteTypeInfo (Type t)
 Writes out the type for an object in regular C# code syntax.

Classes

class  ReferenceInfo
 Helper class to store information about a reference.


Detailed Description

Class to do the work of serializing an object.


Member Function Documentation

override IJsonWriter JsonExSerializer.SerializerHelper.WriteObject ( object  value  )  [virtual]

Serializes any type of object completely.

Parameters:
value the object to write
Returns:
json writer

Implements JsonExSerializer.JsonWriter.

void JsonExSerializer.SerializerHelper.Serialize ( object  o  ) 

Serialize the given object.

Parameters:
o object to serialize

override void JsonExSerializer.SerializerHelper.WriteTypeInfo ( Type  t  )  [protected, virtual]

Writes out the type for an object in regular C# code syntax.

Parameters:
t the type to write

Implements JsonExSerializer.JsonWriter.


Generated on Fri Feb 15 23:33:58 2008 for JsonExSerializer by  doxygen 1.5.2