Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 362 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 362 Bytes

csharp-bert

csharp-bert is a BERT de/serializer for C#. It just does the de/serialization part, not RPC (yet). It depends on erlectric.

encoding

csharp-bert coerces dict keys of type BINARY_EXT into C# strings, because byte[] is a poor lookup key type in a C# Hashtable.