plus

operator fun plus(s: String?): BCHserialized
operator fun plus(s: variableSized): BCHserialized

Return a new serialization object that contains this and the passed parameter serialized


operator fun plus(b: BCHserialized): BCHserialized

Return a new serialization object that contains this and the passed parameter


operator fun plus(b: Array<out BCHserializable>): BCHserialized

Return a new serialization object that contains this and the serialization of an array of serializable objects




operator fun plus(b: ByteArray): BCHserialized

Deprecated (with error)

Ambiguous: Use '+ exactBytes(array)' to append the ByteArray directly into the serialization, or '+ variableSized(array)' to append as a sized array