OSDN Git Service

Use BinaryClassLoader for XML persistence, so that just like our .jme binary files...
authorblaine.dev <blaine.dev@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Mon, 3 Aug 2009 03:29:15 +0000 (03:29 +0000)
committerblaine.dev <blaine.dev@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Mon, 3 Aug 2009 03:29:15 +0000 (03:29 +0000)
commitf9b15c2ae160f4809c08f6e5d2f18fa4c7bc2671
treed05bd8db2362a2b29e73a98a6dc0c2d42dc7aac3
parent37226aef4753bb4f5a43cf23a56bf96f99c0f156
Use BinaryClassLoader for XML persistence, so that just like our .jme binary files, XML model files will be renderer-independent.
Most of the files modified in this commit are just comments clarifying tricky, non-intuitive, or troublesome behavior.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@4560 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
src/com/jme/util/TextureKey.java
src/com/jme/util/export/binary/BinaryClassLoader.java
src/com/jme/util/export/binary/BinaryLoaderModule.java
src/com/jme/util/export/xml/DOMInputCapsule.java
src/com/jme/util/export/xml/DOMOutputCapsule.java
src/com/jme/util/export/xml/XMLImporter.java
src/com/jme/util/resource/AbsoluteResourceLocator.java
src/com/jme/util/resource/RelativeResourceLocator.java