Click or drag to resize
Akka.NETSerializationFindSerializerFor Method
Returns the Serializer configured for the given object, returns the NullSerializer if it's null.

Namespace:  Akka.Serialization
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Serializer FindSerializerFor(
	Object obj
)

Parameters

obj
Type: SystemObject
TBD

Return Value

Type: Serializer
TBD
See Also