Class ScalarValueCodecs
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
ValueBson
Reads and writes scalar values as BSON without initializing the JSON endpoint.
public static BsonEndec<ScalarValue> ValueBson { get; }
Property Value
ValueJson
Reads scalar values as JSON without initializing the BSON endpoint.
public static JsonDecoder<ScalarValue> ValueJson { get; }
Property Value
ValueValidation
Validates scalar values shared by both wire formats.
public static CodecValidate<ScalarValue> ValueValidation { get; }