}
public void readNamespaces(ObjectNode node) throws JsonFormatException {
// We don't expect the namespaces to be modified since we're reading rather than writing, still wrap it
// to make sure they are really not modified.
this.namespaces = new UnmodifiableNamespaces(NamespacesConverter.fromJson(node));
}