serialization

  1. cheveguerra

    Android Question Is it possible to save or serialize a StatusBarNotification object??

    Hi everybody, I am playing with the ReplyAuto library by @jsaplication.mobile (it is GREAT!!!!) and when I receive a notification, I am storing it in a customType: Class_Globals Type lasNotis(number As String, notif As StatusBarNotification) Sub ReplyAuto_NotificationPosted (SBN As...
  2. J

    Android Question can't serialize object

    I have an object I am trying to save with the Key-Value Store but it fails serialization, I think this is due to it containing a bounding box , (being a list of doubles (lat,lng, lat lng)) The project also contains other classes with lists of coordinates which I am looking to save ,so Im looking...
Top