I guess I could make a bunch of Extension methods ...
# announcements
l
I guess I could make a bunch of Extension methods to each type of Block, but there'd be not way to enforce those with an interface (currently serialize and deserialize are methods that come from an interface). And since extension methods are statically resolved, it would also not work unless I had a giant when statement for casting the types of Blocks downwards