public interface Serializer
Serializer
defines a common interface for EntityType
serializersModifier and Type | Method and Description |
---|---|
void |
serialize(EntityType type,
SerializerConfig serializerConfig,
com.mysema.codegen.CodeWriter writer)
Serialize the given
EntityType |
void serialize(EntityType type, SerializerConfig serializerConfig, com.mysema.codegen.CodeWriter writer) throws IOException
EntityType
type
- EntityType to serializeserializerConfig
- serializer configurationwriter
- serialization targetIOException
Copyright © 2007–2015 Mysema Ltd. All rights reserved.