flexjson.transformer
Class NullTransformer

java.lang.Object
  extended by flexjson.transformer.AbstractTransformer
      extended by flexjson.transformer.NullTransformer
All Implemented Interfaces:
Inline, Transformer

public class NullTransformer
extends AbstractTransformer


Constructor Summary
NullTransformer()
           
 
Method Summary
 void transform(Object object)
          This is the default tranformer for handling nulls.
 
Methods inherited from class flexjson.transformer.AbstractTransformer
getContext, isInline
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullTransformer

public NullTransformer()
Method Detail

transform

public void transform(Object object)
This is the default tranformer for handling nulls. This class functions according to the JSON specification.

Parameters:
object -


Copyright © 2014. All Rights Reserved.