top | item 39396052

(no title)

delaconcha | 2 years ago

> Can I map multiple custom types to the same C# type? :)

Yes that is totally fine. In C# side both would be represented as "long[]", the generated code would use the appropriated encoding for the custom type, as provided by the user methods.

discuss

order

zigzag312|2 years ago

That's so awesome! This looks like the most well-designed IDL-based binary serialization format I have ever seen. Well done!