@Internal public class FieldSerializer extends Object
Constructor and Description |
---|
FieldSerializer() |
Modifier and Type | Method and Description |
---|---|
static Field |
deserializeField(ObjectInputStream in) |
static void |
serializeField(Field field,
ObjectOutputStream out) |
public static void serializeField(Field field, ObjectOutputStream out) throws IOException
IOException
public static Field deserializeField(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.