Package serialization
Class AccessClientData
- java.lang.Object
-
- serialization.AccessClientData
-
public class AccessClientData extends java.lang.Object
gets client-data
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AccessClientData(java.lang.String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LayerRepo
getLayerRepo()
protected IShapes
getShape(java.lang.String shapeId)
protected Layer
readLayer(java.lang.String layerId)
-
-
-
Method Detail
-
getLayerRepo
protected LayerRepo getLayerRepo() throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
readLayer
protected Layer readLayer(java.lang.String layerId) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
getShape
protected IShapes getShape(java.lang.String shapeId) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-