orleans icon indicating copy to clipboard operation
orleans copied to clipboard

API to access the default DeepCopier

Open pentp opened this issue 6 years ago • 1 comments

There should be a way to access the default copier from an IExternalSerializer implementation. That would be useful when only trying to override the serialization/deserialization behavior of a type. And it should be possible to access the default serialization code when only overriding deep-copying is needed.

pentp avatar Aug 28 '18 11:08 pentp

We've moved this issue to the Backlog. This means that it is not going to be worked on for the coming release. We review items in the backlog at the end of each milestone/release and depending on the team's priority we may reconsider this issue for the following milestone.

ghost avatar Jul 28 '22 23:07 ghost

I believe this is obviated by the new serializer, which separates copiers from serializers

ReubenBond avatar Dec 11 '23 02:12 ReubenBond