[This is preliminary documentation and is subject to change.]
The PODSlimSerializer type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | PODSlimSerializer | Initializes a new instance of the PODSlimSerializer class |
Methods
Name | Description | |
---|---|---|
![]() | Deserialize(Stream) |
Desirializes a graph of arbitrary CLR objects that was serialized before
|
![]() | Deserialize(Stream, ReadingStrategy) |
Desirializes a graph of arbitrary CLR objects that was serialized before
|
![]() | DeserializeDocument |
Deserializes a PortableObjectDocument container instance
|
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Serialize(Stream, Object) |
Serializes a graph of arbitrary CLR objects into stream using PortableObjectDocument container
|
![]() | Serialize(Stream, Object, Nullable DateTime , String) |
Serializes a graph of arbitrary CLR objects into stream using PortableObjectDocument container,
optionally taking document creation attributes
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | ISerializer IsThreadSafe |
This serializer is thread-safe
|
![]() ![]() | ISlimSerializer BatchTypesAdded |
Not supported here
|
![]() ![]() | ISlimSerializer ResetCallBatch |
This method does nothig in this class
|
![]() ![]() | ISlimSerializer TypeMode |
This serializer always uses "PerCall" setting. Setting this property has no effect
|
See Also