Package com.e1c.langtool.collector
Class PathSerializer
java.lang.Object
com.e1c.langtool.collector.PathSerializer
- All Implemented Interfaces:
Serializable,org.mapdb.Serializer<org.eclipse.core.runtime.IPath>
public class PathSerializer
extends Object
implements org.mapdb.Serializer<org.eclipse.core.runtime.IPath>, Serializable
The serializer of
IPath for MapDB.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.mapdb.Serializer
org.mapdb.Serializer.CompressionWrapper<E extends Object> -
Field Summary
Fields inherited from interface org.mapdb.Serializer
BASIC, BOOLEAN, BYTE_ARRAY, BYTE_ARRAY_NOSIZE, CHAR_ARRAY, DOUBLE_ARRAY, ILLEGAL_ACCESS, INT_ARRAY, INTEGER, JAVA, LONG, LONG_ARRAY, STRING, STRING_ASCII, STRING_INTERN, STRING_NOSIZE, UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.core.runtime.IPathdeserialize(DataInput in, int available) intvoidserialize(DataOutput out, org.eclipse.core.runtime.IPath path)
-
Constructor Details
-
PathSerializer
public PathSerializer()
-
-
Method Details
-
serialize
- Specified by:
serializein interfaceorg.mapdb.Serializer<org.eclipse.core.runtime.IPath>- Throws:
IOException
-
deserialize
- Specified by:
deserializein interfaceorg.mapdb.Serializer<org.eclipse.core.runtime.IPath>- Throws:
IOException
-
fixedSize
public int fixedSize()- Specified by:
fixedSizein interfaceorg.mapdb.Serializer<org.eclipse.core.runtime.IPath>
-