flexjson.transformer
Class NullTransformer
java.lang.Object
flexjson.transformer.AbstractTransformer
flexjson.transformer.NullTransformer
- All Implemented Interfaces:
- Inline, Transformer
public class NullTransformer
- extends AbstractTransformer
Method Summary |
void |
transform(Object object)
This is the default tranformer for handling nulls. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullTransformer
public NullTransformer()
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.