Could one say serializing to protobuf is essentially the same as android's parcelable? Even in perf terms?
j
jw
10/16/2021, 1:38 PM
No. Protobuf is more efficient and peformant.
u
ursus
10/16/2021, 3:45 PM
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