WCF-Xtensions Class Reference for Mono
Noemax.Newtonsoft.Json.Serialization Namespace
Inheritance Hierarchy
Classes
 ClassDescription
ClassCamelCasePropertyNamesContractResolver Resolves member mappings for a type, camel casing property names.
ClassDefaultContractResolver Used by Noemax.Newtonsoft.Json.JsonSerializer to resolves a JsonContract for a given System.Type.
ClassDefaultSerializationBinder The default serialization binder used when resolving and loading classes from type names.
ClassDiagnosticsTraceWriter Represents a trace writer that writes to the application's System.Diagnostics.TraceListener instances.
ClassDynamicValueProvider Get and set values for a System.Reflection.MemberInfo using dynamic methods.
ClassErrorContext Provides information surrounding an error.
ClassErrorEventArgs Provides data for the Error event.
ClassExpressionValueProvider Get and set values for a System.Reflection.MemberInfo using dynamic methods.
ClassFlexibleSerializationBinder Alternative serialization binder used for resolving the classes from type name and assemly name.
ClassJsonArrayContract Contract details for a System.Type used by the Noemax.Newtonsoft.Json.JsonSerializer.
ClassJsonContainerContract Contract details for a System.Type used by the Noemax.Newtonsoft.Json.JsonSerializer.
ClassJsonContract Contract details for a System.Type used by the Noemax.Newtonsoft.Json.JsonSerializer.
ClassJsonDictionaryContract Contract details for a System.Type used by the Noemax.Newtonsoft.Json.JsonSerializer.
ClassJsonDynamicContract Contract details for a System.Type used by the Noemax.Newtonsoft.Json.JsonSerializer.
ClassJsonISerializableContract Contract details for a System.Type used by the Noemax.Newtonsoft.Json.JsonSerializer.
ClassJsonLinqContract Contract details for a System.Type used by the Noemax.Newtonsoft.Json.JsonSerializer.
ClassJsonObjectContract Contract details for a System.Type used by the Noemax.Newtonsoft.Json.JsonSerializer.
ClassJsonPrimitiveContract Contract details for a System.Type used by the Noemax.Newtonsoft.Json.JsonSerializer.
ClassJsonProperty Maps a JSON property to a .NET member or constructor parameter.
ClassJsonPropertyCollection A collection of JsonProperty objects.
ClassJsonStringContract Contract details for a System.Type used by the Noemax.Newtonsoft.Json.JsonSerializer.
ClassMemoryTraceWriter Represents a trace writer that writes to memory. When the trace message limit is reached then old trace messages will be removed as new messages are added.
ClassOnErrorAttribute When applied to a method, specifies that the method is called when an error occurs serializing an object.
ClassReflectionValueProvider Get and set values for a System.Reflection.MemberInfo using reflection.
Interfaces
 InterfaceDescription
InterfaceIContractResolver Used by Noemax.Newtonsoft.Json.JsonSerializer to resolves a JsonContract for a given System.Type.
InterfaceIReferenceResolver Used to resolve references when serializing and deserializing JSON by the Noemax.Newtonsoft.Json.JsonSerializer.
InterfaceITraceWriter Represents a trace writer.
InterfaceIValueProvider Provides methods to get and set values.
Delegates
 DelegateDescription
DelegateExtensionDataGetter Gets extension data for an object during serialization.
DelegateExtensionDataSetter Sets extension data for an object during deserialization.
DelegateObjectConstructor<T> Represents a method that constructs an object.
DelegateSerializationCallback Handles Noemax.Newtonsoft.Json.JsonSerializer serialization callback events.
DelegateSerializationErrorCallback Handles Noemax.Newtonsoft.Json.JsonSerializer serialization error callback events.
See Also

Reference

Noemax.WCFX.Net4.Mono Assembly

Send Feedback