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