Author Topic: Matrix serialVersionUID  (Read 5072 times)

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
Matrix serialVersionUID
« on: March 05, 2010, 06:47:10 pm »
i've noticed serialVersionUID of Matrix is changed in desktop version and that is also different from AE version. is this really necessary ? looking inside with javap, it seems data structure is not changed. all three (1.20, 1.21.alpha, AE) has same structure:

Code: [Select]
    float[][] mat;
    float[] mat0;
    float[] mat1;
    float[] mat2;
    float[] mat3;

so i suppose they can share same serialVersionUID, unless of course contents of these arrays hasn't changed ?

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Matrix serialVersionUID
« Reply #1 on: March 05, 2010, 09:45:14 pm »
No, contents haven't changed. I don't know anymore why i've increased that number. 1.21 alpha and AE are using the same value now. Please download 1.21 alpha again.