Uses of Class
com.jme.util.export.binary.BinaryClassObject

Packages that use BinaryClassObject
com.jme.util.export.binary   
 

Uses of BinaryClassObject in com.jme.util.export.binary
 

Fields in com.jme.util.export.binary declared as BinaryClassObject
protected  BinaryClassObject BinaryInputCapsule.cObj
           
protected  BinaryClassObject BinaryOutputCapsule.cObj
           
 

Fields in com.jme.util.export.binary with type parameters of type BinaryClassObject
protected  java.util.HashMap<java.lang.String,BinaryClassObject> BinaryImporter.classes
           
 

Methods in com.jme.util.export.binary with parameters of type BinaryClassObject
protected  BinaryIdContentPair BinaryExporter.generateIdContentPair(BinaryClassObject bco)
           
 

Constructors in com.jme.util.export.binary with parameters of type BinaryClassObject
BinaryInputCapsule(BinaryImporter importer, BinaryClassObject bco)
           
BinaryOutputCapsule(BinaryExporter exporter, BinaryClassObject bco)