Class DefaultEntityWriter
java.lang.Object
com.google.gson.TypeAdapter<Object>
de.xima.fc.project.ms.impl.impex.deprecated.ATypeAdapter<Object>
de.xima.fc.project.ms.impl.impex.deprecated.DefaultEntityWriter
Default writer for entities that serializes the entity based on
ExportDetails- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from class ATypeAdapter
elementAdapter, encryptor, exportContext, gson, LOG, SERIALIZATION_KEY_DESC_CLASS_NAME, SERIALIZATION_KEY_DESC_NAME, SERIALIZATION_KEY_DESC_UUID, SERIALIZATION_KEY_UUID_ENTITY -
Method Summary
Methods inherited from class ATypeAdapter
getClassFieldsPair, isEncryptionFieldMethods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Method Details
-
write
- Specified by:
writein classcom.google.gson.TypeAdapter<Object>- Throws:
IOException
-
read
public de.xima.cmn.dao.interfaces.IEntity<Long> read(com.google.gson.stream.JsonReader in) throws IOException - Specified by:
readin classcom.google.gson.TypeAdapter<Object>- Throws:
IOException
-