ReflectionBasedAutoSerializer Class |
Namespace: GemStone.GemFire.Cache.Generic
The ReflectionBasedAutoSerializer type exposes the following members.
Name | Description | |
---|---|---|
![]() | ReflectionBasedAutoSerializer |
Name | Description | |
---|---|---|
![]() | CreateObject |
Overirde this method to create default instance of className |
![]() | 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.) |
![]() | FromData | |
![]() | GetFieldName | |
![]() | GetFieldType | |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsFieldIncluded |
Controls what fields of a class will be auto serialized by this serializer.
Override this method to customize what fields of a class will be auto serialized.
The default implementation:
|
![]() | IsIdentityField | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReadTransform |
Controls what field value is read during auto deserialization.
Override this method to customize the data that will be read
during auto deserialization.
This method will only be called if {@link #transformFieldValue}
returned true.
|
![]() | ToData | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WriteTransform |
Controls what field value is written during auto serialization.
Override this method to customize the data that will be written
during auto serialization.
|