Package 

Enum ParcelableMemoryCache

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum ParcelableMemoryCache
    
                        

    Internal use only.

    This singleton cache keeps references to byte arrays and Bitmaps to be preserved between parceling and unparceling.

    This solution is needed because it is not possible to pass large byte arrays and Bitmaps via Intents.