ProtobufSerializer 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.
An implementation of IExternalSerializer for usage with Protobuf types.
public class ProtobufSerializer : Orleans.Serialization.IExternalSerializer
type ProtobufSerializer = class
interface IExternalSerializer
Public Class ProtobufSerializer
Implements IExternalSerializer
- Inheritance
-
ProtobufSerializer
- Implements
Constructors
ProtobufSerializer() |
Methods
DeepCopy(Object, ICopyContext) |
Tries to create a copy of source. |
Deserialize(Type, IDeserializationContext) |
Tries to deserialize an item. |
Initialize(Logger) | |
IsSupportedType(Type) |
Determines whether this serializer has the ability to serialize a particular type. |
Serialize(Object, ISerializationContext, Type) |
Tries to serialize an item. |