This wiki paragraph and ideally inline documentation should make it clearer that ParseMessage 's parameter bypassValidation must be true if working with a new Message() (to which segments are manually added individually). The same concept applies to SerializeMessage's parameter validate needing to be false.
Thanks for this library.
This wiki paragraph and ideally inline documentation should make it clearer that
ParseMessage
's parameterbypassValidation
must betrue
if working with anew Message()
(to which segments are manually added individually). The same concept applies toSerializeMessage
's parametervalidate
needing to befalse
.