Unmarshaler

Overview

Location

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

Required Methods


UnmarshalXML

 

// .NET, .NET Standard 2.0
method UnmarshalXML(d: Memory<Decoder>; start: StartElement): error
// Island
method UnmarshalXML(d: Memory<Decoder>; start: StartElement): error

 

// .NET, .NET Standard 2.0
error UnmarshalXML(Memory<Decoder> d, StartElement start)
// Island
error UnmarshalXML(Memory<Decoder> d, StartElement start)

 

// .NET, .NET Standard 2.0
func UnmarshalXML(_ d: Memory<Decoder>, _ start: StartElement) -> error
// Island
func UnmarshalXML(_ d: Memory<Decoder>, _ start: StartElement) -> error

 

// .NET, .NET Standard 2.0
func UnmarshalXML(d Memory<Decoder>, start StartElement) error
// Island
func UnmarshalXML(d Memory<Decoder>, start StartElement) error

 

// .NET, .NET Standard 2.0
Function UnmarshalXML(d As Memory<Decoder>, start As StartElement) As error
// Island
Function UnmarshalXML(d As Memory<Decoder>, start As StartElement) As error

Parameters:

  • d:
  • start: