Click or drag to resize
Akka.NETSerializerIdentifierHelperGetSerializerIdentifierFromConfig Method
TBD

Namespace:  Akka.Serialization
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static int GetSerializerIdentifierFromConfig(
	Type type,
	ExtendedActorSystem system
)

Parameters

type
Type: SystemType
TBD
system
Type: Akka.ActorExtendedActorSystem
TBD

Return Value

Type: Int32
TBD
Exceptions
ExceptionCondition
ArgumentException This exception is thrown if the system couldn't find the given serializer type id in the configuration.
See Also