IKeyedSerializer Interface
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.
public interface IKeyedSerializer : Orleans.Serialization.IExternalSerializer
type IKeyedSerializer = interface
interface IExternalSerializer
Public Interface IKeyedSerializer
Implements IExternalSerializer
- Derived
- Implements
Properties
SerializerId |
Methods
DeepCopy(Object, ICopyContext) |
Tries to create a copy of source. (Inherited from IExternalSerializer) |
Deserialize(Type, IDeserializationContext) |
Tries to deserialize an item. (Inherited from IExternalSerializer) |
Initialize(Logger) |
Initializes the external serializer. Called once when the serialization manager creates an instance of this type (Inherited from IExternalSerializer) |
IsSupportedType(Type, Boolean) | |
IsSupportedType(Type) |
Informs the serialization manager whether this serializer supports the type for serialization. (Inherited from IExternalSerializer) |
Serialize(Object, ISerializationContext, Type) |
Tries to serialize an item. (Inherited from IExternalSerializer) |