org.fluentd.logger.sender
Class Event.EventTemplate

java.lang.Object
  extended by org.msgpack.template.AbstractTemplate<Event>
      extended by org.fluentd.logger.sender.Event.EventTemplate
All Implemented Interfaces:
org.msgpack.template.Template<Event>
Enclosing class:
Event

public static class Event.EventTemplate
extends org.msgpack.template.AbstractTemplate<Event>


Field Summary
static Event.EventTemplate INSTANCE
           
 
Constructor Summary
Event.EventTemplate()
           
 
Method Summary
 Event read(org.msgpack.unpacker.Unpacker u, Event to, boolean required)
           
 void write(org.msgpack.packer.Packer pk, Event v, boolean required)
           
 
Methods inherited from class org.msgpack.template.AbstractTemplate
read, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static Event.EventTemplate INSTANCE
Constructor Detail

Event.EventTemplate

public Event.EventTemplate()
Method Detail

write

public void write(org.msgpack.packer.Packer pk,
                  Event v,
                  boolean required)
           throws IOException
Throws:
IOException

read

public Event read(org.msgpack.unpacker.Unpacker u,
                  Event to,
                  boolean required)
           throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.