Click or drag to resize

FinancialTransactionViewModelSerializerDeserialize Method

Parses the specified object from the reader

Namespace:  SanteDB.Core.Model.Json.Formatter
Assembly:  SanteDB.Core.Model.ViewModelSerializers (in SanteDB.Core.Model.ViewModelSerializers.dll) Version: 3.0.481-alpha
Syntax
public Object Deserialize(
	JsonReader r,
	Type asType,
	JsonSerializationContext context
)

Parameters

r
Type: JsonReader
The reader type
asType
Type: SystemType
The type which is being constructed
context
Type: SanteDB.Core.Applets.ViewModel.JsonJsonSerializationContext
The current parse context

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.Core.Model.Json.Formatter.FinancialTransactionViewModelSerializer.Deserialize(Newtonsoft.Json.JsonReader,System.Type,SanteDB.Core.Applets.ViewModel.Json.JsonSerializationContext)"]

Implements

IJsonViewModelTypeFormatterDeserialize(JsonReader, Type, JsonSerializationContext)
See Also