Skip to content

DevinPower/RelationalSerializer

Repository files navigation

RelationalSerializer

Example

Example screenshot showing data

The above is generated from the following code:

//...using statements
public class Card
{
    public string Name { get; set; }
    public string CardText { get; set; }
    public string CardSuperType { get; set; }
    public string[] CardTypes { get; set; }
    public Card[] RelatedCards { get; set; }
    public string[] RelatedKeywords { get; set; }
    public string CodeBehind { get; set; }

//...functions
}

About

A .NET tool that maps JSON into connected C# objects, preserving nested data and relationships for easy serialization and deserialization.

Resources

Stars

Watchers

Forks

Contributors