Uses of Class
org.openrefine.importers.LegacyProjectImporter.SerializedCell
-
Packages that use LegacyProjectImporter.SerializedCell Package Description org.openrefine.importers -
-
Uses of LegacyProjectImporter.SerializedCell in org.openrefine.importers
Methods in org.openrefine.importers that return LegacyProjectImporter.SerializedCell Modifier and Type Method Description static LegacyProjectImporter.SerializedCell
LegacyProjectImporter.SerializedCell. deserialize(Object value, String type, String reconId, String error)
Constructor parameters in org.openrefine.importers with type arguments of type LegacyProjectImporter.SerializedCell Constructor Description SerializedRow(List<LegacyProjectImporter.SerializedCell> cells, boolean flagged, boolean starred)
-