BinaryMarshaler

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.encoding
  • Platforms: .NET, .NET Standard 2.0, Island

Required Methods


MarshalBinary

 

method MarshalBinary: tuple of (data: Slice<Byte>, err: error)

 

(Slice<Byte>data, error err) MarshalBinary()

 

func MarshalBinary() -> (Slice<Byte>, error)

 

func MarshalBinary() tuple of (|name=data| Slice<Byte>, |name=err| error)

 

Function MarshalBinary() As Tuple (Of Slice<Byte>, error)