You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interfaces ICBORConverter<T> and ICBORToFromConverter<T> offer a high level of customization on how CBOR objects can be serialized to and from .NET objects. Given that source generators allow an application to avoid reflection and enable self-package applications, add one or more documents giving guidance on generating source code for classes that implement ICBORConverter<T> and ICBORToFromConverter<T>. Such guidance is useful even for the current version of the CBOR library. For an example, see the JSON case.
The interfaces
ICBORConverter<T>
andICBORToFromConverter<T>
offer a high level of customization on how CBOR objects can be serialized to and from .NET objects. Given that source generators allow an application to avoid reflection and enable self-package applications, add one or more documents giving guidance on generating source code for classes that implementICBORConverter<T>
andICBORToFromConverter<T>
. Such guidance is useful even for the current version of the CBOR library. For an example, see the JSON case.I am aware of this technique being used in a third-party library.
The text was updated successfully, but these errors were encountered: