GobEncoder

Overview

Location

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

Required Methods


GobEncode

 

method GobEncode: tuple of (Slice<Byte>, error)

 

(Slice<Byte>, error) GobEncode()

 

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

 

func GobEncode() tuple of (Slice<Byte>, error)

 

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