Schema API design

Good question. There’s a basic demo in the dino example that might help. The built-in node types have their serializers/parsers defined in the files that define the parsers and serializers themselves, but for your own types, you’re expected to just put them in the place that defines your node type class.