Click or drag to resize

IJsonViewModelTypeFormatter Interface

Represents a view model type formatter that is for writing/reading to JSON streams

Namespace:  SanteDB.Core.Applets.ViewModel.Json
Assembly:  SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax
public interface IJsonViewModelTypeFormatter : IViewModelTypeFormatter

The IJsonViewModelTypeFormatter type exposes the following members.

Properties
  NameDescription
Public propertyHandlesType
Gets or sets the type that the serializer handles
(Inherited from IViewModelTypeFormatter.)
Top
Methods
  NameDescription
Public methodDeserialize
Parses the specified object from the reader
Public methodFromSimpleValue
Convert from simple value
Public methodGetSimpleValue
Gets the simple value
Public methodSerialize
Serialize specified object o onto writer w in context context
Top
See Also