net.sf.jsefa.flr
Class FlrSerializerImpl
java.lang.Object
net.sf.jsefa.rbf.RbfSerializerImpl<FlrLowLevelSerializer>
net.sf.jsefa.flr.FlrSerializerImpl
- All Implemented Interfaces:
- FlrSerializer, RbfSerializer, Serializer
public final class FlrSerializerImpl
- extends RbfSerializerImpl<FlrLowLevelSerializer>
- implements FlrSerializer
Default implementation of FlrSerializer
based on RbfSerializerImpl
.
- Author:
- Norman Lahme-Huetig
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
writeSimpleValue
protected void writeSimpleValue(Object object,
SimpleTypeMapping<?> mapping)
- Writes the given value as a simple value using the simple type mapping.
- Specified by:
writeSimpleValue
in class RbfSerializerImpl<FlrLowLevelSerializer>
- Parameters:
object
- the value to writemapping
- the simple type mapping
writePrefix
protected void writePrefix(String prefix)
- Writes the prefix.
- Specified by:
writePrefix
in class RbfSerializerImpl<FlrLowLevelSerializer>
- Parameters:
prefix
- the prefix
Copyright © 2014. All rights reserved.