JsonSerializerOptions class

Stub types for C# System.Text.Json types. These are placeholders until a proper Dart serialization strategy is implemented. The intent is preserved from the original C# source. Mirrors C# System.Text.Json.JsonSerializerOptions.

Constructors

JsonSerializerOptions([JsonSerializerOptions? copyFrom])

Properties

converters List<Object?>
final
encoder Object?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isReadOnly bool
Whether this options object has been made read-only.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeInfoResolver Object?
getter/setter pair
typeInfoResolverChain List<Object?>
final

Methods

makeReadOnly() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
tryGetTypeInfo(Type type, {JsonTypeInfo? outTypeInfo}) bool

Operators

operator ==(Object other) bool
The equality operator.
inherited