Author Topic: jBrush serializer  (Read 1863 times)

Offline Eloy7

  • byte
  • *
  • Posts: 3
    • View Profile
jBrush serializer
« on: November 07, 2012, 09:42:40 am »
I use jBrush v0.3 load 3ds object and create animation
i serialize object with animation and get many .ser file.
When i use Loader.loadSerializedObject in jpct-ae i get error "ERROR: Can't deserialize object: null"

Loader.loadSerializedObject(getAssetManager().open("data/1.ser"));

What i doing wrong?
« Last Edit: November 07, 2012, 09:56:03 am by Eloy7 »

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: jBrush serializer
« Reply #1 on: November 07, 2012, 09:57:06 am »
There should be a stack trace printed into the log...that might help.