csharp
csharp copied to clipboard
feat: add non-generic Deserialize method with dynamic code requirements to KubernetesJson
this PR adds a non-generic Deserialise method to KubernetesJson.cs
Reason:
based on this discussion adding a non generic Deserialize method gives the opportunity to use the same json serialisation mechanism everywhere - when using KubernetesClient package.