Package 

Object JSONParceler

  • All Implemented Interfaces:
    kotlinx.parcelize.Parceler

    
    public class JSONParceler
     implements Parceler<Map<String, Any>>
                        

    Implementation of a Parceler to be used with @Parcelize to serialize JSON objects.

    • Method Summary

      Modifier and Type Method Description
      Map<String, Object> create(Parcel parcel)
      Unit write(Map<String, Object> $self, Parcel parcel, Integer flags)
      • Methods inherited from class org.readium.r2.shared.extensions.JSONParceler

        newArray
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait