Метод | Описание | |
---|---|---|
ClusterClientMessageSerializer ( ExtendedActorSystem system ) : System | ||
FromBinary ( byte binary, string manifest ) : object | ||
Manifest ( object o ) : string | ||
ToBinary ( object o ) : byte[] |
Метод | Описание | |
---|---|---|
ContactsFromBinary ( byte binary ) : ClusterReceptionist.Contacts | ||
ContactsToProto ( ClusterReceptionist message ) : Contacts |
public ClusterClientMessageSerializer ( ExtendedActorSystem system ) : System | ||
system | ExtendedActorSystem | |
Результат | System |
public FromBinary ( byte binary, string manifest ) : object | ||
binary | byte | |
manifest | string | |
Результат | object |