For internal use only. Wrapper over simple json object to provide serialization/deserialization services.
SystemObject
Breeze.SharpJNode
Namespace: Breeze.SharpAssembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
The JNode type exposes the following members.
| Name | Description |
---|
| JNode | Initializes a new instance of the JNode class |
| JNode(JObject) | Initializes a new instance of the JNode class |
Top
| Name | Description |
---|
| AddArrayT(String, IEnumerableT) | |
| AddArrayT(String, IEnumerableT, FuncT, JNode) | |
| AddEnumTEnum(String, NullableTEnum) | |
| AddEnumTEnum(String, TEnum) | |
| AddJNode(String, IJsonSerializable) | |
| AddJNode(String, JNode) | |
| AddMapT | |
| AddPrimitive | |
| BuildMapNodeT | |
| DeserializeFrom(Stream) | |
| DeserializeFrom(TextReader) | |
| DeserializeFrom(String) | |
| Equals | (Overrides ObjectEquals(Object).) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
| FromObject | |
| Get(String, Type) | |
| GetT(String, T) | |
| GetArray(String, IEnumerableType) | |
| GetArrayT(String) | |
| GetArrayT(String) | |
| GetEnumTEnum | |
| GetHashCode | (Overrides ObjectGetHashCode.) |
| GetJNode | |
| GetJNodeArray | |
| GetJNodeArrayMap | |
| GetJNodeMap | |
| GetMap(String, FuncString, Type) | |
| GetMapT(String) | |
| GetNullableEnumTEnum | |
| GetTokenT | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| HasValues | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| Serialize | |
| SerializeTo(Stream) | |
| SerializeTo(TextWriter) | |
| ToJArrayT(IEnumerableT) | |
| ToJArrayT(IEnumerableT, FuncT, JNode) | |
| ToObject | |
| ToString | (Overrides ObjectToString.) |
Top
Top
Reference