Click or drag to resize
DbContextSerializer Methods

The DbContextSerializer type exposes the following members.

Methods
  NameDescription
Public methodCanConvert
Indicates if DbContextSerializer can Convert the type
(Overrides JsonConverter.CanConvert(Type).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSchema Obsolete. (Inherited from JsonConverter.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReadJson
Read DbContextSerializer Json and convert into a Context with a deserialized backing database.
(Overrides JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteJson
Writer DBContext as JSON.
(Overrides JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer).)
Top
See Also