You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may also want to keep all custom serializers you've defined.
259
+
# Serialization supports named companions but for such classes it is necessary to add an additional rule.
260
+
# This rule keeps serializer and serializable class from obfuscation. Therefore, it is recommended not to use wildcards in it, but to write rules for each such class.
261
+
-keepattributes InnerClasses # Needed for `getDeclaredClasses`.
262
+
-keep class com.yourcompany.yourpackage.SerializableClassWithNamedCompanion$$serializer {
Allow serialization and deserialization of objects to and from [Amazon Ion](https://amzn.github.io/ion-docs/). It stores the data in a flat binary format. Upon destialization, it retains the references between the objects.
138
+
Allow serialization and deserialization of objects to and from [Amazon Ion](https://amzn.github.io/ion-docs/). It stores the data in a flat binary format. Upon destialization, it retains the references between the objects.
0 commit comments