SerializerToBinary Method |
To the binary.
Namespace: Akka.SerializationAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic abstract byte[] ToBinary(
Object obj
)
Public MustOverride Function ToBinary (
obj As Object
) As Byte()
public:
virtual array<unsigned char>^ ToBinary(
Object^ obj
) abstract
abstract ToBinary :
obj : Object -> byte[]
Parameters
- obj
- Type: SystemObject
The object.
Return Value
Type:
ByteSystem.Byte[][].
See Also