Documentation ¶
Overview ¶
Package xmlization de/serializes model instances to and from XML.
To de-serialize, call one of the `Unmarshal*` functions.
To serialize, call the Marshal function.
Index ¶
Constants ¶
View Source
const Namespace = "https://admin-shell.io/aas/3/0"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeserializationError ¶
type DeserializationError struct { Path *aasreporting.Path Message string }
Represent an error during the de-serialization.
Implements `error`.
func (*DeserializationError) Error ¶
func (de *DeserializationError) Error() string
func (*DeserializationError) PathString ¶
func (de *DeserializationError) PathString() string
Render the path as a string.
type SerializationError ¶
type SerializationError struct { Path *aasreporting.Path Message string }
Represent an error during the serialization.
Implements `error`.
func (*SerializationError) Error ¶
func (se *SerializationError) Error() string
func (*SerializationError) PathString ¶
func (se *SerializationError) PathString() string
Render the path as a string.
Click to show internal directories.
Click to hide internal directories.