Marshaler
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
MarshalXML
// .NET, .NET Standard 2.0
method MarshalXML(e: Memory<Encoder>; start: StartElement): error
// Island
method MarshalXML(e: Memory<Encoder>; start: StartElement): error
// .NET, .NET Standard 2.0
error MarshalXML(Memory<Encoder> e, StartElement start)
// Island
error MarshalXML(Memory<Encoder> e, StartElement start)
// .NET, .NET Standard 2.0
func MarshalXML(_ e: Memory<Encoder>, _ start: StartElement) -> error
// Island
func MarshalXML(_ e: Memory<Encoder>, _ start: StartElement) -> error
// .NET, .NET Standard 2.0
func MarshalXML(e Memory<Encoder>, start StartElement) error
// Island
func MarshalXML(e Memory<Encoder>, start StartElement) error
// .NET, .NET Standard 2.0
Function MarshalXML(e As Memory<Encoder>, start As StartElement) As error
// Island
Function MarshalXML(e As Memory<Encoder>, start As StartElement) As error
Parameters:
- e:
- start: