Solved Help!How can I save Object to MySQL(Blob)

Discussion in 'Plugin Development' started by ZhangZijing, Feb 8, 2016.

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

    ZhangZijing

    I want to share data(`Inventory` objects) between 2 server, so I intend to use database.So Interface `Serializable` must be enabled , but class `Inventory` shoudn't be modified.
    What can I do?
     
  2. Offline

    mcdorli

    Bungee server or normal server?

    You should store the beccessary parts of the object, so different integers, string, etc, then reconstruct it on the other server
     
  3. Offline

    CoolDude53

  4. Offline

    ZhangZijing

Thread Status:
Not open for further replies.

Share This Page