Skip to content

ProtobufCodec Methods

Provides serialization and deep-copy support for Protocol Buffers message types selected for the Protobuf codec.

DeepCopy(object?, CopyContext)

View source
public object? DeepCopy(object? input, CopyContext context)
Creates a deep copy of the provided untyped input. The type must still match the copier instance!

Parameters

inputobject?
contextCopyContext