Nucleus .Net Core CMS

SystemTypeConverter Class

Namespace: Nucleus.Data.EntityFramework
Assembly: Nucleus.Data.EntityFramework.dll
Deserialization support for Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation types.

Properties

CanWrite Property

Specifies whether this class can serialize data.

Methods

CanConvert (Type) Method

CanConvert (Type objectType)
Specifies whether this class can deserialize/serialize the specified type.
Parameters
Name Type
objectType Type

ReadJson (JsonReader,Type,Object,JsonSerializer) Method

ReadJson (JsonReader reader, Type objectType, Object existingValue, JsonSerializer serializer)
Read JSON data and return the type specified by the wrapper.
Parameters
Name Type
reader Newtonsoft.Json.JsonReader
objectType Type
existingValue Object
serializer Newtonsoft.Json.JsonSerializer

WriteJson (JsonWriter,Object,JsonSerializer) Method

WriteJson (JsonWriter writer, Object value, JsonSerializer serializer)
Serialize the specified type.
Parameters
Name Type
writer Newtonsoft.Json.JsonWriter
value Object
serializer Newtonsoft.Json.JsonSerializer