Marshaler

Overview

Location

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


Required Methods


MarshalJSON

 

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

 

(Slice<Byte>, error) MarshalJSON()

 

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

 

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

 

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