Errai 3.0.1-SNAPSHOT

org.jboss.errai.reflections.serializers
Interface Serializer

All Known Implementing Classes:
JavaCodeSerializer, XmlSerializer

public interface Serializer

Serilizer of a Reflections instance


Method Summary
 Reflections read(InputStream inputStream)
          reads the input stream into a new Reflections instance, populating it's store
 File save(Reflections reflections, String filename)
          saves a Reflections instance into the given filename
 String toString(Reflections reflections)
          returns a string serialization of the given Reflections instance
 

Method Detail

read

Reflections read(InputStream inputStream)
reads the input stream into a new Reflections instance, populating it's store


save

File save(Reflections reflections,
          String filename)
saves a Reflections instance into the given filename


toString

String toString(Reflections reflections)
returns a string serialization of the given Reflections instance


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.