Closed novakov-alexey closed 6 months ago
Additional change for some of the TypeInfos to call duplicate serializers when they are not immutable.
FYI @sonowz
Being immutable and being thread-safe seems slightly different, but it looks fair enough to me. At least we have a way to let mutable types call duplicate() :+1:
duplicate()
Additional change for some of the TypeInfos to call duplicate serializers when they are not immutable.
FYI @sonowz