extensions icon indicating copy to clipboard operation
extensions copied to clipboard

Consider exposing a serialization mechanism that supports open hierarchies for `AIContent`

Open eiriktsarpalis opened this issue 1 year ago • 0 comments

The AIContent type uses JsonDerivedTypeAttribute to support polymorphic serialization which by design is constrained to the types defined within the M.E.AI.Abstractions assembly only. We should consider exposing a mechanism that lets users register converters for custom content types, in a way that is compatible with the source generator and Native AOT.

eiriktsarpalis avatar Oct 21 '24 16:10 eiriktsarpalis