interface IJsonPopulator

in global :: Sandbox

Objects that need to be deserialized into can implement this interface which allows them to be populated from a JSON object.


public void Deserialize( JsonNode node )

😔 No documentation found.

public JsonNode Serialize( )

😔 No documentation found.