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