ByteStringCopier Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copier for Google.Protobuf.ByteString.
[Orleans.RegisterCopier]
public sealed class ByteStringCopier : Orleans.Serialization.Cloning.IDeepCopier<Google.Protobuf.ByteString>[<Orleans.RegisterCopier>]
type ByteStringCopier = class
    interface IDeepCopier<ByteString>
    interface IDeepCopierPublic NotInheritable Class ByteStringCopier
Implements IDeepCopier(Of ByteString)- Inheritance
- 
				ByteStringCopier
- Attributes
- Implements
- 
		IDeepCopier IDeepCopier<Google.Protobuf.ByteString>
Constructors
| ByteStringCopier() | 
Methods
| DeepCopy(ByteString, CopyContext) | Creates a deep copy of the provided input. |