coreclr-module icon indicating copy to clipboard operation
coreclr-module copied to clipboard

[Feature Request] Custom MValue adapter support for RPC event handler

Open duydang2311 opened this issue 1 year ago • 1 comments

RPC event handler seems not to support custom IMValueAdapter registered with Alt.RegisterMValueAdapter yet. For now, it always deserializes client object to a Dictionary<string, object>.

duydang2311 avatar Oct 30 '23 15:10 duydang2311

i made a temp parser as tempfix https://gist.github.com/kyro95/692621c1b1d1b1c7ca656b8dbe07f87f

kyro95 avatar Dec 14 '23 10:12 kyro95