Table of Contents

Class ScalarValueCodecs

Namespace
Shard.Codecs
Assembly
Shard.Codecs.dll

Provides the value codec for the closed set of scalar message parameters used by Hytale.

public static class ScalarValueCodecs
Inheritance
ScalarValueCodecs
Inherited Members

Properties

Value

Provides the scalar value codec for callers that use both wire formats.

public static Codec<ScalarValue> Value { get; }

Property Value

Codec<ScalarValue>

ValueBson

Reads and writes scalar values as BSON without initializing the JSON endpoint.

public static BsonEndec<ScalarValue> ValueBson { get; }

Property Value

BsonEndec<ScalarValue>

ValueJson

Reads scalar values as JSON without initializing the BSON endpoint.

public static JsonDecoder<ScalarValue> ValueJson { get; }

Property Value

JsonDecoder<ScalarValue>

ValueValidation

Validates scalar values shared by both wire formats.

public static CodecValidate<ScalarValue> ValueValidation { get; }

Property Value

CodecValidate<ScalarValue>