Best way to serialize ArrayList of Blocks

Discussion in 'Plugin Development' started by alexgeek, Feb 7, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    alexgeek

  2. Offline

    Redecouverte

    id' use a sql table like:
    ID (<primary key, not block id) , x, y, z, material, data
    together with sqlLite
     
  3. Offline

    alexgeek

    Well I just failed at trying java serialization so I'll try that.
    Cheers
    --- merged: Feb 8, 2011 1:00 AM ---
    Do you know of a tutorial for adding MySQL/sqlLite to a plugin?

    also do you know what most people on here use for reading YAML?
     
Thread Status:
Not open for further replies.

Share This Page