HomeSort by relevance Sort by last modified time
    Searched full:externalizable (Results 1 - 25 of 45) sorted by null

1 2

  /libcore/luni/src/main/java/java/io/
ObjectStreamClass.java 98 // Used to determine if an object is Serializable or Externalizable
101 private static final Class<Externalizable> EXTERNALIZABLE = Externalizable.class;
211 * If an ObjectStreamClass describes an Externalizable class, it (the
238 boolean externalizable = isExternalizable(cl);
241 result.isExternalizable = externalizable;
254 if (serializable || externalizable) {
293 if (externalizable) {
665 // This is the constructor to run if Externalizable
    [all...]
Externalizable.java 24 public interface Externalizable extends Serializable {
NotSerializableException.java 23 * does not implement {@code Serializable} or {@code Externalizable}, or if it
ObjectStreamConstants.java 149 // Flags that indicate if the object was serializable, externalizable
165 * that a class is externalizable.
171 * that an externalizable class is written in block data mode.
InvalidClassException.java 26 * <li>A serializable or externalizable object cannot be instantiated (when
ObjectOutputStream.java 38 * @see Externalizable
836 * @param externalizable
837 * true if the descriptors are externalizable
845 private void writeFieldDescriptors(ObjectStreamClass classDesc, boolean externalizable) throws IOException {
852 if (!externalizable && loadedClass != ObjectStreamClass.STRINGCLASS) {
    [all...]
ObjectInputStream.java 42 * @see Externalizable
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
AreaCodeMap.java 23 import java.io.Externalizable;
38 public class AreaCodeMap implements Externalizable {
51 * {@link Externalizable}. The empty map could later be populated by
MappingFileProvider.java 19 import java.io.Externalizable;
42 public class MappingFileProvider implements Externalizable {
59 * implementing {@link Externalizable}. The empty provider could later be populated by
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectStreamClassTest.java 21 import java.io.Externalizable;
213 static class ExternalizableClass implements Externalizable {
ObjectOutputStreamTest.java 22 import java.io.Externalizable;
479 private static class ExternalizableWithReplace implements Externalizable {
657 private static class ExternalTest implements Externalizable {
703 "Cannot read/write PROTOCAL_VERSION_1 Externalizable objects: "
    [all...]
ObjectInputStreamTest.java 23 import java.io.Externalizable;
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonemetadata.java 25 import java.io.Externalizable;
32 public static class NumberFormat implements Externalizable {
190 public static class PhoneNumberDesc implements Externalizable {
292 public static class PhoneMetadata implements Externalizable {
910 public static class PhoneMetadataCollection implements Externalizable {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum10_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
OSGi_Minimum-1.0.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum11_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
OSGi_Minimum-1.1.zip 
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Vector2f.java 36 import java.io.Externalizable;
716 * @see java.io.Externalizable
730 * @see java.io.Externalizable
Quaternion.java 36 import java.io.Externalizable;
    [all...]
  /external/dexmaker/javadoc/
help-doc.html 151 Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.cdcfoundation10_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
CDC-1.0_Foundation-1.0.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.cdcfoundation11_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
CDC-1.1_Foundation-1.1.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.jre11_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JRE-1.1.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum12_1.0.1.200904031014/org/eclipse/pde/api/tools/internal/api_stubs/
OSGi_Minimum-1.2.zip 
  /external/jsr305/javadoc/
help-doc.html 147 Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
  /frameworks/compile/slang/
README.rst 132 llvm-rs-cc automatically exports the "externalizable and defined" functions and
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 23 import java.io.Externalizable;
    [all...]

Completed in 695 milliseconds

1 2