Unmarshaler

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


UnmarshalJSON

 

method UnmarshalJSON(Slice<byte>): error

 

error UnmarshalJSON(Slice<byte> )

 

func UnmarshalJSON(_ Slice<byte>) -> error

 

func UnmarshalJSON( Slice<byte>) error

 

Function UnmarshalJSON( As Slice<byte>) As error

Parameters:

  • :