warriordog / ActivityPubSharp

Modular implementation of ActivityPub in C#
https://warriordog.github.io/ActivityPubSharp/
Mozilla Public License 2.0
46 stars 10 forks source link

Research: design conversion strategy for TypeMap concept #72

Closed warriordog closed 1 year ago

warriordog commented 1 year ago

Part of #71. That concept offers excellent reliability and DX, but greatly complicates the JSON conversion. This issue is to design a high-level approach to both parsing and serialization.

warriordog commented 1 year ago

Blocked until research (and possibly work) in #74 is complete

warriordog commented 1 year ago

Superseded by #77, #78, and #79