# File lib/nanite/packets.rb, line 314
    def self.json_create(o)
      i = o['data']
      new(i['identity'], o['size'])
    end