www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: raft on March 05, 2010, 06:47:10 pm

Title: Matrix serialVersionUID
Post by: raft 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 ?
Title: Re: Matrix serialVersionUID
Post by: EgonOlsen 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.