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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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 kotlinx.parcelize.Parceler

        newArray
      • Methods inherited from class java.lang.Object

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