![]() | Serialization Methods |
The Serialization type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddSerializationMap |
TBD
|
![]() | AddSerializer |
TBD
|
![]() | Deserialize(Byte, Int32, String) |
Deserializes the given array of bytes using the specified serializer id, using the optional type hint to the Serializer.
|
![]() | Deserialize(Byte, Int32, Type) |
Deserializes the given array of bytes using the specified serializer id, using the optional type hint to the Serializer.
|
![]() | 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.) |
![]() | FindSerializerFor |
Returns the Serializer configured for the given object, returns the NullSerializer if it's null.
|
![]() | FindSerializerForType |
Returns the configured Serializer for the given Class. The configured Serializer
is used if the configured class `IsAssignableFrom` from the type, i.e.
the configured class is a super class or implemented interface. In case of
ambiguity it is primarily using the most specific configured class,
and secondly the entry configured first.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | SerializedActorPath |
TBD
|
![]() ![]() | SerializeWithTransportT |
TBD
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | AsInstanceOfT |
TBD
(Defined by Extensions.) |
![]() | Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) |
![]() | MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |