SystemJsonSerializer class¶
Defined in
Namespace: Akavache.Reactive.SystemTextJson
Assembly: Akavache.SystemTextJson.Reactive.dll
Full name: Akavache.Reactive.SystemTextJson.SystemJsonSerializer
Modifiers: public
Summary¶
A serializer using System.Text.Json for JSON serialization.
Applies to
net10.0-android36.0, net462, net481, net471
Class hierarchy
classDiagram
class SystemJsonSerializer
class ISerializer {
<>
}
ISerializer <|.. SystemJsonSerializer
Implements: ISerializer
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| Options | Gets or sets the JSON serializer options for customizing serialization behavior. |
| ForcedDateTimeKind | Gets or sets the DateTimeKind handling for BSON readers to be forced. |
Methods¶
| Name | Summary |
|---|---|
| static DeserializeAot | Deserializes from bytes using the provided JsonTypeInfo for AOT-safe deserialization. Static because... |
| static SerializeAot | Serializes to bytes using the provided JsonTypeInfo for AOT-safe serialization. Static for the same... |
| Deserialize | Deserializes from bytes. |
| Serialize | Serializes to bytes. |
| GetEffectiveOptions | Gets the effective JsonSerializerOptions for this serializer. |