Committed by
Gerrit Code Review
Binary incompatible serializer changes
- If the field type is fixed and the type is final, Class info can be omitted - Annotations serializer to use optimization based on the fact Map<String, String> and non-null key/value - Reduce number of Map copy required for ImmutableMap serializer - Reduce number of array copy behind Immutable{List, Set} serializer Change-Id: Ie467a943a33fbfb43b289b8b71ad91ee5890bfb0
Showing
13 changed files
with
116 additions
and
49 deletions
core/store/serializers/src/main/java/org/onosproject/store/serializers/MastershipTermSerializer.java
-
Please register or login to post a comment