public interface Serialization extends NoRootSerialization
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(java.lang.String format) |
<T> Serializer |
from(T object,
java.lang.String alias)
Serializes this object to the clients writer, with a given alias.
|
from
<T> Serializer from(T object, java.lang.String alias)
java.io.IOException
boolean accepts(java.lang.String format)
Copyright © 2013 Caelum. All Rights Reserved.