csharp icon indicating copy to clipboard operation
csharp copied to clipboard

feat: add non-generic Deserialize method with dynamic code requirements to KubernetesJson

Open kimpenhaus opened this issue 3 weeks ago • 3 comments

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.

kimpenhaus avatar Dec 11 '25 12:12 kimpenhaus