[
https://issues.apache.org/jira/browse/AVRO-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17842870#comment-17842870
]
Oscar Westra van Holthe - Kind commented on AVRO-1757:
------------------------------------------------------
The round trip can be made with the results of AVRO-3666.
Until then, checkout the branch for
[PR#2885|https://github.com/apache/avro/pull/2885] and have a look at the
{{SchemaParser}} and {{SchemaFormatter}} classes.
> Serialize Avro schema objects to avdl file (IDL format)
> -------------------------------------------------------
>
> Key: AVRO-1757
> URL: https://issues.apache.org/jira/browse/AVRO-1757
> Project: Apache Avro
> Issue Type: Wish
> Components: java
> Reporter: Damiaan van der Kruk
> Priority: Major
> Labels: features
> Fix For: 1.12.0
>
>
> It is already possible to serialize Avro schema objects to JSON (avpr and
> avsc) format using the toString(boolean) method. However it would be nice to
> have a serialization option that serializes Avro schema objects to Avro IDL
> (avdl) format. This makes it possible to share Avro schema's in IDL format
> when using a code first approach and also make it possible to do round trip
> engineering, from IDL to Avro schema object and the other way around from
> Avro schema object to IDL.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)