Class IncrementalCacheSerializer
java.lang.Object
io.github.ascopes.protobufmavenplugin.sources.incremental.IncrementalCacheSerializer
Serializer for
IncrementalCache
objects.- Since:
- 2.10.5
- Author:
- Ashley Scopes
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) IncrementalCache
deserialize
(Reader reader) jsonToPathMapping
(org.json.JSONObject object) private org.json.JSONObject
pathMappingToJson
(Map<Path, String> mapping) (package private) void
serialize
(IncrementalCache cache, Writer writer)
-
Field Details
-
DEPENDENCIES
- See Also:
-
SOURCES
- See Also:
-
-
Constructor Details
-
IncrementalCacheSerializer
IncrementalCacheSerializer()
-
-
Method Details
-
serialize
- Throws:
IOException
-
deserialize
- Throws:
IOException
-
pathMappingToJson
-
jsonToPathMapping
-