Default implementation of the NamedMap serializer based on use of Microsoft's BinaryFormatter class.
Inheritance Hierarchy
Soss.Client.ConcurrentCustomSerializerT
Soss.Client.ConcurrentDefaultSerializerT
Namespace: Soss.Client.Concurrent
Assembly: soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax
Type Parameters
- T
- Object's type.
The DefaultSerializerT type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DefaultSerializerT |
Default constructor for instantiation.
|
Methods
Name | Description | |
---|---|---|
![]() | Deserialize |
Deserializes an object previously serialized with Serialize(Stream, T) method
from the supplied stream.
(Overrides CustomSerializerTDeserialize(Stream).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectType |
Returns a type of the object.
(Inherited from CustomSerializerT.) |
![]() | GetSize |
Returns the size of fixed size objects.
(Inherited from CustomSerializerT.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Serialize |
Serializes object into the incoming data stream.
(Overrides CustomSerializerTSerialize(Stream, T).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also