add encodeBuiltinType and encodeBuiltinTypeArray to UaEncoder interface#1463
add encodeBuiltinType and encodeBuiltinTypeArray to UaEncoder interface#1463vpriscan wants to merge 1 commit intoeclipse-milo:1.0from
Conversation
Signed-off-by: Vedran Prišćan <vedranpriscan95@gmail.com>
|
I'm not really sure about these changes. We didn't discuss this at any point, so I'm not sure why they're necessary at all. It's also odd that they are only for the encoder and not for the decoder as well? I'm not keen on making API changes with 1.0 releasing this week. |
|
@kevinherron Equivalent would also be useful for UaDecoder as well. |
added common encodeBuiltinType and encodeBuiltinTypeArray to UaEncoder interface
aligning implementations in OpcUaJsonEncoder, OpcUaXmlEncoder and OpcUaBinaryEncoder