BondSerializer 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 Bond types.
public class BondSerializer : Orleans.Serialization.IExternalSerializer
type BondSerializer = class
interface IExternalSerializer
Public Class BondSerializer
Implements IExternalSerializer
- Inheritance
-
BondSerializer
- Implements
Constructors
BondSerializer() | |
BondSerializer(ILogger<BondSerializer>) |
Constructor |
Methods
DeepCopy(Object, ICopyContext) |
Tries to create a copy of source. |
Deserialize(Type, IDeserializationContext) |
Tries to deserialize an item. |
Initialize(Logger) |
Initializes the external serializer. Called once when the serialization manager creates an instance of this type |
IsSupportedType(Type) |
Determines whether this serializer has the ability to serialize a particular type. |
Serialize(Object, ISerializationContext, Type) |
Tries to serialize an item. |