All generated messages implement this interface, but so do some non-message types.
Additionally, due to the type constraint on T in IMessage<T>,
it is simpler to keep this as a separate interface.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eIDeepCloneable\u003c/code\u003e interface is 3.27.1, with older versions 3.23.0 and 3.15.8 also available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIDeepCloneable<T>\u003c/code\u003e is a generic interface designed for types that can be deeply cloned, located in the \u003ccode\u003eGoogle.Protobuf\u003c/code\u003e namespace and assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eT\u003c/code\u003e type parameter represents the type itself, which is also returned by the \u003ccode\u003eClone()\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eAll generated messages and some other non-message types implement the \u003ccode\u003eIDeepCloneable\u003c/code\u003e interface.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eClone()\u003c/code\u003e method creates and returns a deep clone of the object it is called upon, returning an object of type \u003ccode\u003eT\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Interface IDeepCloneable<T> (3.27.1)\n\nVersion latestkeyboard_arrow_down\n\n- [3.27.1 (latest)](/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1)\n- [3.23.0](/dotnet/docs/reference/Google.Protobuf/3.23.0/Google.Protobuf.IDeepCloneable-1)\n- [3.15.8](/dotnet/docs/reference/Google.Protobuf/3.15.8/Google.Protobuf.IDeepCloneable-1) \n\n public interface IDeepCloneable\u003cT\u003e\n\nGeneric interface for a deeply cloneable type.\n\nNamespace\n---------\n\n[Google.Protobuf](/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf)\n\nAssembly\n--------\n\nGoogle.Protobuf.dll\n\nRemarks\n-------\n\n\nAll generated messages implement this interface, but so do some non-message types.\nAdditionally, due to the type constraint on `T` in [IMessage\\\u003cT\\\u003e](/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1),\nit is simpler to keep this as a separate interface.\n\nMethods\n-------\n\n### Clone()\n\n T Clone()\n\nCreates a deep clone of this object."]]