From: Matt Corallo Date: Tue, 7 Nov 2023 23:22:44 +0000 (+0000) Subject: [C#] Move C# side to a TypeScript-based array/string conversion X-Git-Tag: v0.0.118.0-alpha0~10 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=7e1f2789179f10de55d007b8466c5f439c7587e6;hp=7e1f2789179f10de55d007b8466c5f439c7587e6;p=ldk-java [C#] Move C# side to a TypeScript-based array/string conversion Using the marshallers properly will be a ton of additional work, and its not clear we can do it in the C -> C# direction anyway. Instead, we can trivially just use the TypeScript conversion logic which converts everything through pointers anyway. We'd previously done this on the C side of things, but here we do it on the C# side as well. ---