Serialize
value class Serialize<DataType>(val serializer: KSerializer<DataType>) : DataSharingMethod<DataType>
Serialization-based share using kotlinx.serialization. The data is serialized and deserialized using the provided serializer.
Serialization-based share using kotlinx.serialization. The data is serialized and deserialized using the provided serializer.