Uploaded image for project: 'Realm Java SDK'
  1. Realm Java SDK
  2. RJAVA-86

List-of-Lists: RealmList<RealmList<?>>

      From http://stackoverflow.com/questions/36358347/realm-object-and-deserialize-array-containing-arrays-with-integer-and-string-for

      RealmList should be able to represent a list-of-lists:

      // 1 level deep
      RealmList<RealmList<? extends RealmObject>>
      
      // Also with arbitrary depth
      RealmList<RealmList<RealmList<? extends RealmObject>>>
      
      // Future: With the new RealmCollection API, ideally we should also be able to support any type of collection
      RealmList<OrderedRealmCollection<? extends RealmObject>> 
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            christian.melchior@mongodb.com Christian Melchior (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: