Package org.openrefine.importers
Class LegacyProjectImporter.SerializedCell
- java.lang.Object
-
- org.openrefine.importers.LegacyProjectImporter.SerializedCell
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LegacyProjectImporter
protected static class LegacyProjectImporter.SerializedCell extends Object implements Serializable
Helper class to deserialize a cell as serialized by OpenRefine up to 3.x. Used to import old projects in new workspaces.- Author:
- Antonin Delpeuch
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializedCell(Serializable value, Long reconId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LegacyProjectImporter.SerializedCell
deserialize(Object value, String type, String reconId, String error)
Long
getReconId()
Serializable
getValue()
Cell
toCell(Map<Long,Recon> pool)
-
-
-
Constructor Detail
-
SerializedCell
public SerializedCell(Serializable value, Long reconId)
-
-