| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.serialization | |
| org.eclipse.milo.opcua.stack.core.serialization.codecs |
| Modifier and Type | Method and Description |
|---|---|
OpcUaXmlStreamDecoder |
OpcUaXmlStreamDecoder.setInput(Document document) |
OpcUaXmlStreamDecoder |
OpcUaXmlStreamDecoder.setInput(InputStream inputStream) |
OpcUaXmlStreamDecoder |
OpcUaXmlStreamDecoder.setInput(Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
default Object |
SerializationContext.decode(String namespaceUri,
String description,
OpcUaXmlStreamDecoder decoder) |
| Modifier and Type | Method and Description |
|---|---|
T |
OpcUaXmlDataTypeCodec.decode(SerializationContext context,
OpcUaXmlStreamDecoder reader)
Decode a
T using the provided OpcUaXmlStreamDecoder. |
Copyright © 2025. All rights reserved.