hoshinokanade

Results 5 comments of hoshinokanade

> But the **TerminatedString** flag should append a 00 byte at serialization time right? > > So far i have this working by using a byte array instead: > >...

Mine is not a lot better than yours indeed. ``` public class MyString { [FieldOrder(0)] public byte SerializedLength { get; set;} [FieldOrder(1)] [FieldLength(nameof(SerializedLength))] public string SerializedValue { get; set; }...

All these adds up to more level of indirections in order to more seamlessly to use primitives: ``` namespace MyTest { public class MyTestClass { [FieldOrder(0)] public MyString Name {...

I would be happy to make some effort if given a boilerplate/ setup ready. There are lots of ways of documenting in the form of markdown and simply not sure...

The same issue could happen to those who use a custom `sheetRenderer`. It is, however, turn out not to be a coding problem of this repository. I tried a lot...