JsonValueReaderWriter<TValue>.FromJson Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads the value from a UTF8 JSON stream or buffer.
public override sealed object FromJson (ref Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager manager, object? existingObject = default);
override this.FromJson : Utf8JsonReaderManager * obj -> obj
Public Overrides NotOverridable Function FromJson (ByRef manager As Utf8JsonReaderManager, Optional existingObject As Object = Nothing) As Object
Parameters
- manager
- Utf8JsonReaderManager
The Utf8JsonReaderManager for the JSON being read.
- existingObject
- Object
Can be used to update an existing object, rather than create a new one.
Returns
The read value.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework