Method | Description | |
---|---|---|
JsonPullDeserializer ( SimplTypesScope inputSimplTypesScope, |
|
|
JsonPullDeserializer ( SimplTypesScope inputSimplTypesScope, |
|
|
Parse ( String inputString ) : Object |
|
|
Parse ( Stream stream ) : object |
|
Method | Description | |
---|---|---|
AddToMapOrMarkUnresolved ( object root, FieldDescriptor currentFieldDescriptor, object subRoot, string simplId ) : void | ||
ConfigureInput ( Stream inputStream ) : void |
|
|
ConfigureInput ( String inputString ) : void |
|
|
DeserializeAndAddToCollection ( object root, FieldDescriptor currentFieldDescriptor, string tagName, int actualCollectionSizeIncludingRefs ) : void | ||
DeserializeComposite ( object root, FieldDescriptor currentFieldDescriptor ) : void |
|
|
DeserializeCompositeCollection ( object root, FieldDescriptor currentFieldDescriptor ) : void |
|
|
DeserializeCompositeMap ( object root, FieldDescriptor currentFieldDescriptor ) : void |
|
|
DeserializeObjectFields ( object theObject, ClassDescriptor objectClassDescriptor ) : void |
|
|
DeserializeScalar ( object root, FieldDescriptor currentFieldDescriptor ) : void |
|
|
DeserializeScalarCollection ( object root, FieldDescriptor currentFieldDescriptor ) : void |
|
|
GetSubRoot ( FieldDescriptor currentFieldDescriptor, string tagName, string &simplId ) : object |
|
|
HandleBackwardsCompatabilityForDoubleWrappedCollections ( ) : bool | ||
HandleSimplId ( String tagName, Object root ) : bool | ||
IgnoreCurrentTag ( ) : void |
|
|
Parse ( ) : object |
|
|
ResolveIdsBeforeRefs ( ) : void |
public JsonPullDeserializer ( SimplTypesScope inputSimplTypesScope, |
||
inputSimplTypesScope | SimplTypesScope | |
inputContext | ||
return | System |
public JsonPullDeserializer ( SimplTypesScope inputSimplTypesScope, |
||
inputSimplTypesScope | SimplTypesScope | |
inputContext | ||
deserializationHookStrategy | IDeserializationHookStrategy | |
return | System |