open class ProductSyncAdapter : EntitySyncAdapter<ProductInfo!>
<init>
ProductSyncAdapter(storage: MemoryLocalStorage!)
createOrUpdateEntityFromInfo
open fun createOrUpdateEntityFromInfo(info: ProductInfo!): Unit
upload
open fun upload(uploader: Uploader<ProductInfo!>): Unit