Property | Type | Description | |
---|---|---|---|
deserializationHookStrategy | IDeserializationHookStrategy | ||
simplTypesScope | SimplTypesScope | ||
translationContext |
Method | Description | |
---|---|---|
GetPullDeserializer ( SimplTypesScope pSimplTypesScope, |
|
|
GetStringDeserializer ( SimplTypesScope pSimplTypesScope, |
|
|
Parse ( Stream stream ) : Object |
|
Method | Description | |
---|---|---|
DeserializationPostHook ( Object obj, |
|
|
DeserializationPreHook ( Object obj, |
|
|
PullDeserializer ( SimplTypesScope inputSimplTypesScope, |
|
|
PullDeserializer ( SimplTypesScope inputSimplTypesScope, |
|
protected DeserializationPostHook ( Object obj, |
||
obj | Object | |
pTranslationContext | ||
return | void |
protected DeserializationPreHook ( Object obj, |
||
obj | Object | |
pTranslationContext | ||
return | void |
public static GetPullDeserializer ( SimplTypesScope pSimplTypesScope, |
||
pSimplTypesScope | SimplTypesScope | |
pTranslationContext | ||
pDeserializationHookStrategy | IDeserializationHookStrategy | |
format | Format | |
return |
public static GetStringDeserializer ( SimplTypesScope pSimplTypesScope, |
||
pSimplTypesScope | SimplTypesScope | |
pTranslationContext | ||
pDeserializationHookStrategy | IDeserializationHookStrategy | |
format | StringFormat | |
return |
public abstract Parse ( Stream stream ) : Object | ||
stream | Stream | |
return | Object |
protected PullDeserializer ( SimplTypesScope inputSimplTypesScope, |
||
inputSimplTypesScope | SimplTypesScope | |
inputContext | ||
return | System |
protected PullDeserializer ( SimplTypesScope inputSimplTypesScope, |
||
inputSimplTypesScope | SimplTypesScope | |
inputContext | ||
hookStrategy | IDeserializationHookStrategy | |
return | System |
protected IDeserializationHookStrategy deserializationHookStrategy | ||
return | IDeserializationHookStrategy |
protected SimplTypesScope simplTypesScope | ||
return | SimplTypesScope |