Show / Hide Table of Contents

Class PowerState.NodeIdJsonConverter

Inheritance
System.Object
PowerState.NodeIdJsonConverter
Namespace: Content.Server.Power.Pow3r
Assembly: Content.Server.dll
Syntax
public sealed class NodeIdJsonConverter : JsonConverter<PowerState.NodeId>

Methods

| Improve this Doc View Source

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

Declaration
public override PowerState.NodeId Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
Type typeToConvert
JsonSerializerOptions options
Returns
Type Description
PowerState.NodeId
| Improve this Doc View Source

Write(Utf8JsonWriter, PowerState.NodeId, JsonSerializerOptions)

Declaration
public override void Write(Utf8JsonWriter writer, PowerState.NodeId value, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonWriter writer
PowerState.NodeId value
JsonSerializerOptions options
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾