Can anyone give me some direction as to how to add a custom tuplizer for a Component programmatically?
To add it to a class is as simple as:
new Configuration().ClassMappings
.First()
.AddTuplizer(EntityMode.Map, "tuplizerClassName");
But how do you accomplish the same thing for Components?