Package io.meeds.social.databind.service
Interface DatabindService
public interface DatabindService
-
Method Summary
-
Method Details
-
addPlugin
-
serialize
File serialize(String objectType, List<String> objectIds, String username) throws org.exoplatform.commons.exception.ObjectNotFoundException, IllegalAccessException - Throws:
org.exoplatform.commons.exception.ObjectNotFoundExceptionIllegalAccessException
-
deserialize
CompletableFuture<DatabindReport> deserialize(String objectType, String uploadId, Map<String, String> params, String username)
-