Could one say serializing to protobuf is essential...
# serialization
u
Could one say serializing to protobuf is essentially the same as android's parcelable? Even in perf terms?
j
No. Protobuf is more efficient and peformant.
u
googles Navigation component for Compose canceled use of passing in parcelable objects as arguments, so I was thinking to marshall objects to bytearrays and pass that