ref_send API 2.17
defensive programming in Java

Uses of Class
org.ref_send.deserializer

Packages that use deserializer
org.ref_send.brand An opaque, globally unique identifier. 
org.ref_send.log A log file format. 
org.ref_send.promise A promise interface. 
org.ref_send.scope A pass-by-copy interface. 
org.waterken.bounce An argument passing test. 
org.waterken.serial An infinite series of elements. 
org.waterken.syntax A marshalling interface. 
org.waterken.trace An event logging implementation. 
 

Uses of deserializer in org.ref_send.brand
 

Constructors in org.ref_send.brand with annotations of type deserializer
Amount(Brand<T> unit, long value)
          Constructs an instance.
WrongBrand(Brand<?> expected, Brand<?> actual)
          Constructs an instance.
 

Uses of deserializer in org.ref_send.log
 

Constructors in org.ref_send.log with annotations of type deserializer
Anchor(Turn turn, long number)
          Constructs an instance.
CallSite(java.lang.String name, java.lang.String source, PowerlessArray<IntArray> span)
          Constructs an instance.
Comment(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String text)
          Constructs an instance.
Event(Anchor anchor, java.lang.Long timestamp, Trace trace)
          Constructs an instance.
Fulfilled(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String condition)
          Constructs an instance.
Got(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String message)
          Constructs an instance.
Pipelined(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String message, java.lang.String condition)
          Constructs an instance.
Problem(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String text, java.lang.Exception reason)
          Constructs an instance.
Progressed(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String condition)
          Constructs an instance.
Rejected(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String condition, java.lang.Exception reason)
          Constructs an instance.
Resolved(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String condition)
          Constructs an instance.
Returned(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String message)
          Constructs an instance.
Sent(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String message)
          Constructs an instance.
SentIf(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String message, java.lang.String condition)
          Constructs an instance.
Trace(PowerlessArray<CallSite> calls)
          Constructs an instance.
Turn(java.lang.String loop, long number)
          Constructs an instance.
 

Uses of deserializer in org.ref_send.promise
 

Constructors in org.ref_send.promise with annotations of type deserializer
Deferred(Promise<T> promise, Resolver<T> resolver)
          Constructs an instance.
Failure(java.lang.String status, java.lang.String phrase)
          Constructs an instance.
Vat(T top, Receiver<?> destruct)
          Constructs an instance.
 

Uses of deserializer in org.ref_send.scope
 

Constructors in org.ref_send.scope with annotations of type deserializer
Layout(PowerlessArray<java.lang.String> names)
          Constructs an instance.
Unavailable(java.lang.String name)
          Constructs an instance.
 

Uses of deserializer in org.waterken.bounce
 

Constructors in org.waterken.bounce with annotations of type deserializer
AllTypes(BooleanArray b, CharArray c, FloatArray f, DoubleArray d, ByteArray o, ShortArray s, IntArray i, LongArray l, java.lang.String t, ConstArray<? extends Receiver<?>> r, ConstArray<? extends Promise<?>> p, ConstArray<Vat<Deferred<?>>> k, java.lang.Object a)
          Constructs an instance.
 

Uses of deserializer in org.waterken.serial
 

Constructors in org.waterken.serial with annotations of type deserializer
Link(Promise<T> value, Element<T> next)
          Constructs an instance.
 

Uses of deserializer in org.waterken.syntax
 

Constructors in org.waterken.syntax with annotations of type deserializer
BadSyntax(java.lang.String source, PowerlessArray<IntArray> span, java.lang.Exception cause)
          Constructs an instance.
MissingDeserializer(java.lang.String typename)
          Constructs an instance.
Syntax(java.lang.String ext, Serializer serializer, Deserializer deserializer)
          Constructs an instance.
WrongToken(java.lang.String expected)
          Constructs an instance.
 

Uses of deserializer in org.waterken.trace
 

Constructors in org.waterken.trace with annotations of type deserializer
Verbose(java.io.PrintStream out, Receiver<Event> next)
          Constructs an instance.
 


ref_send API 2.17
defensive programming in Java

Submit a bug or feature, or get help

Copyright 1998-2009 Waterken Inc. under the terms of the MIT X license.