C# Class Chr.Avro.JsonEncoding

Encodings that can be used to deserialize JSON values according to the Avro spec.
Show file Open project: ch-robinson/dotnet-avro

Public Properties

Property Type Description
Bytes Encoding

Property Details

Bytes public static property

An Encoding that can be used to read byte arrays encoded as JSON strings. This encoding is configured to throw EncoderFallbackException for any out-of-range characters.
public static Encoding Bytes
return Encoding