public class PdxTestSerializer
extends java.lang.Object
implements com.gemstone.gemfire.pdx.PdxSerializer, com.gemstone.gemfire.cache.Declarable
| Constructor and Description |
|---|
PdxTestSerializer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fromData(java.lang.Class<?> clazz,
com.gemstone.gemfire.pdx.PdxReader in) |
void |
init(java.util.Properties props) |
boolean |
toData(java.lang.Object o,
com.gemstone.gemfire.pdx.PdxWriter out) |
public boolean toData(java.lang.Object o,
com.gemstone.gemfire.pdx.PdxWriter out)
throws com.gemstone.gemfire.GemFireRethrowable
toData in interface com.gemstone.gemfire.pdx.PdxSerializercom.gemstone.gemfire.GemFireRethrowablepublic java.lang.Object fromData(java.lang.Class<?> clazz,
com.gemstone.gemfire.pdx.PdxReader in)
fromData in interface com.gemstone.gemfire.pdx.PdxSerializerpublic void init(java.util.Properties props)
init in interface com.gemstone.gemfire.cache.DeclarableCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.