public abstract static class PythonTypeUtils.DataConverter<IN,OUT> extends Object implements Serializable
Constructor and Description |
---|
DataConverter() |
Modifier and Type | Method and Description |
---|---|
abstract OUT |
toExternal(IN value) |
abstract IN |
toInternal(OUT value) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.