| SerializerIdentifierHelperGetSerializerIdentifierFromConfig 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
)
static member GetSerializerIdentifierFromConfig :
type : Type *
system : ExtendedActorSystem -> int
Parameters
- type
- Type: SystemType
TBD - system
- Type: Akka.ActorExtendedActorSystem
TBD
Return Value
Type:
Int32TBD
Exceptions Exception | Condition |
---|
ArgumentException |
This exception is thrown if the system couldn't find the given serializer type id in the configuration.
|
See Also