org.spicefactory.pimento.io
Class EmbeddedNull

java.lang.Object
  extended by org.spicefactory.pimento.io.EmbeddedNull

public class EmbeddedNull
extends Object

Represents an embedded entity property that was set to null.

Author:
Jens Halm

Field Summary
static EmbeddedNull INSTANCE
          Instance that can be used for efficient AMF encoding instead of creating a new one for each occurrence of a null property value.
 
Constructor Summary
EmbeddedNull()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final EmbeddedNull INSTANCE
Instance that can be used for efficient AMF encoding instead of creating a new one for each occurrence of a null property value.

Constructor Detail

EmbeddedNull

public EmbeddedNull()