Description
Oak has JsonSerializer in oak-store-spi which supports serializing the NodeState as json (preserving the property types). For OAK-6471 I need a way to deserialize this json as NodeState.
So I would like to implement a JsonDeserializer which does the reverse. This would be based on logic already implemented in KernelNodeState