JSObjectReferenceJsonWorker Class
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.
Used by JsonConverters to read or write a IJSObjectReference instance.
This type is part of ASP.NET Core's internal infrastructure and is not recommended for use by external code.
public static class JSObjectReferenceJsonWorker
type JSObjectReferenceJsonWorker = class
Public Class JSObjectReferenceJsonWorker
- Inheritance
-
JSObjectReferenceJsonWorker
Methods
ReadJSObjectReferenceIdentifier(Utf8JsonReader) |
Reads the id for a JSObjectReference instance. |
WriteJSObjectReference(Utf8JsonWriter, JSObjectReference) |
Writes a JSObjectReference to the |