WCF-Xtensions Class Reference for Mono
JsonContract Class Members
Properties 


The following tables list the members exposed by JsonContract.

Public Properties
 NameDescription
Public PropertyConverterGets or sets the default Noemax.Newtonsoft.Json.JsonConverter for this contract.  
Public PropertyCreatedType Gets or sets the type created during deserialization.  
Public PropertyDefaultCreator Gets or sets the default creator method used to create the object.  
Public PropertyDefaultCreatorNonPublic Gets or sets a value indicating whether the default creator is non public.  
Public PropertyIsReference Gets or sets whether this type contract is serialized as a reference.  
Public PropertyOnDeserialized Gets or sets the method called immediately after deserialization of the object.  
Public PropertyOnDeserializedCallbacks Gets or sets all methods called immediately after deserialization of the object.  
Public PropertyOnDeserializing Gets or sets the method called during deserialization of the object.  
Public PropertyOnDeserializingCallbacks Gets or sets all methods called during deserialization of the object.  
Public PropertyOnError Gets or sets the method called when an error is thrown during the serialization of the object.  
Public PropertyOnErrorCallbacks Gets or sets all method called when an error is thrown during the serialization of the object.  
Public PropertyOnSerialized Gets or sets the method called after serialization of the object graph.  
Public PropertyOnSerializedCallbacks Gets or sets all methods called after serialization of the object graph.  
Public PropertyOnSerializing Gets or sets the method called before serialization of the object.  
Public PropertyOnSerializingCallbacks Gets or sets all methods called before serialization of the object.  
Public PropertyUnderlyingType Gets the underlying type for the contract.  
Top
See Also

Reference

JsonContract Class
Noemax.Newtonsoft.Json.Serialization Namespace

Send Feedback