Package org.openrewrite
Class RecipeSerializer
- java.lang.Object
-
- org.openrewrite.RecipeSerializer
-
public class RecipeSerializer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RecipeSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Reciperead(byte[] bytes)Reciperead(java.io.InputStream input)byte[]write(Recipe recipe)voidwrite(Recipe recipe, java.io.OutputStream out)
-