addList

serialize the length of the list as a compact int, then each list element. You may use either addlist or addList, the lowercase variant is included to be analogous to delist, which is lowercase because de is a prefix


fun <T> addList(b: List<out T>, Tser: (T, BCHserialized) -> Unit): BCHserialized

serialize the length of the list as a compact int, then each list element. You may use either addlist or addList, the lowercase variant is included to be analogous to delist, which is lowercase because de is a prefix This is more efficient than converting a list into BCHserializable objects first