Skip to content

PolyType-based TAML serializer for .NET? #24

@AArnott

Description

@AArnott

Rather than re-invent all the rules for serialization including attributes, how to interpret various types, etc., what about basing your new TAML serializer on PolyType?

A fully developed PolyType-based serializer is Nerdbank.MessagePack, and while there's a lot of code there to support the messagepack binary format with high performance, serializers can be relatively small and simple (like the CBOR, JSON and Xml example serializers here).

If you're interested in this, but don't have the time for it, would you accept a PR?

CC: @eiriktsarpalis

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions