org.apache.abdera.examples.ext
Class Serializer

java.lang.Object
  extended by org.apache.abdera.examples.ext.Serializer

public class Serializer
extends Object

The Serializer extension allows Java objects to be automatically serialized into Atom documents using the objects public getters or fields. The implementation is still largely experimental


Nested Class Summary
static class Serializer.MyAnnotatedEntry
           
static class Serializer.MyEntry
           
 
Constructor Summary
Serializer()
           
 
Method Summary
static void main(String... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Serializer

public Serializer()
Method Detail

main

public static void main(String... args)
                 throws Exception
Throws:
Exception


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.