-------------
* Allow ObjectIdentifier instances to be created for "relative" sub-trees by
delaying the byte-conversion.
When converting ObjectIdentifiers to bytes, the first two objects are
"folded" together. This is not possible for some values. Delaying this
folding until the "is-needed" moment allows the use for such OIDs to be used
for subtree modifications/concatenation. They will still raise errors if
they are converted to bytes unmodified.
* Internal typing improvment