HomeSort by relevance Sort by last modified time
    Searched full:unserializable (Results 1 - 6 of 6) sorted by null

  /libcore/luni/src/test/java/libcore/java/io/
SerializationTest.java 77 // We can serialize an object that has an unserializable field providing it is null.
80 // unserializable field. A canned serialized form is used so we can tell if the static
92 assertNull(sc.unserializable);
103 private Object unserializable = null; field in class:SerializationTest.SerializableContainer
110 // We must not serialize an object that has a non-null unserializable field.
113 sc.unserializable = new WasSerializable();
123 // This was generated by creating a SerializableContainer and setting the unserializable
127 // sc.unserializable = new WasSerializable();
  /external/objenesis/main/src/org/objenesis/instantiator/perc/
PercSerializationInstantiator.java 43 // Find the first unserializable parent class
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 113 elif kind == '#UNSERIALIZABLE':
115 return RemoteError('Unserializable message: %s\n' % result)
290 send(('#UNSERIALIZABLE', repr(msg)))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 113 elif kind == '#UNSERIALIZABLE':
115 return RemoteError('Unserializable message: %s\n' % result)
290 send(('#UNSERIALIZABLE', repr(msg)))
    [all...]
  /external/chromium_org/extensions/renderer/resources/
messaging.js 63 // JSON.stringify can fail with unserializable objects. Log an error and
  /external/chromium_org/tools/json_schema_compiler/
dart_generator.py 239 "Could not generate wrapper for %s.%s: unserializable type %s" %

Completed in 1140 milliseconds