r01f.internal
Class BuiltInObjectsMarshaller

java.lang.Object
  extended by r01f.internal.BuiltInObjectsMarshaller

public class BuiltInObjectsMarshaller
extends java.lang.Object

Encapsula un Marshaller de los objetos usados internamente por R01F (es un SINGLETON)


Nested Class Summary
private static class BuiltInObjectsMarshaller.MarshallerSingleton
           
 
Constructor Summary
BuiltInObjectsMarshaller()
           
 
Method Summary
static Marshaller instance()
          Devuelve el marshaller de objetos built-in
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuiltInObjectsMarshaller

public BuiltInObjectsMarshaller()
Method Detail

instance

public static Marshaller instance()
Devuelve el marshaller de objetos built-in

Returns: