DbContextSerializer Methods |
The DbContextSerializer type exposes the following members.
Name | Description | |
---|---|---|
CanConvert |
Indicates if DbContextSerializer can Convert the type
(Overrides JsonConverter.CanConvert(Type).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSchema | Obsolete. (Inherited from JsonConverter.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ReadJson |
Read DbContextSerializer Json and convert into a Context with a deserialized backing database.
(Overrides JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WriteJson |
Writer DBContext as JSON.
(Overrides JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer).) |