Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
6533
Description
In order to allow semantic serialization of SchemaContext, we need to have an implementation of the interfaces defined in yang.model.api, so that deserialization can easily instantiate such objects.
Simplest way to achieve this goal is to use immutables.org to auto-generate immutable implementations with builders – this only requires couple of annotations of the defined interfaces and adding an annotation processor.
Attachments
Issue Links
- blocks
-
YANGTOOLS-429 Make SchemaContext serializable
- Resolved