|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ryanm.config.serial.imp.FileCodec
public class FileCodec
| Constructor Summary | |
|---|---|
FileCodec()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
decode(java.lang.String encoded)
Decodes the encoded string into a value object |
java.lang.String |
encode(java.lang.Object value)
Encodes the value of a given object |
java.lang.Class |
getType()
Gets the type identifier that this codec object can handle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileCodec()
| Method Detail |
|---|
public java.lang.String encode(java.lang.Object value)
throws CodecException
ConfiguratorCodec
encode in interface ConfiguratorCodecvalue - The value to encode
CodecException - If the supplied object cannot be handled by this
codec
public java.lang.Object decode(java.lang.String encoded)
throws CodecException
ConfiguratorCodec
decode in interface ConfiguratorCodecencoded - The encoded string
CodecException - If the supplied encoded data cannot be parsed by this
codecpublic java.lang.Class getType()
ConfiguratorCodec
getType in interface ConfiguratorCodec
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||