Package tbdex.sdk.rust
Object FfiConverterTypeErrorResponseBodyData
-
- All Implemented Interfaces:
-
tbdex.sdk.rust.FfiConverter,tbdex.sdk.rust.FfiConverterRustBuffer
public class FfiConverterTypeErrorResponseBodyData implements FfiConverterRustBuffer<ErrorResponseBodyData>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeErrorResponseBodyDataINSTANCE
-
Method Summary
Modifier and Type Method Description ErrorResponseBodyDataread(ByteBuffer buf)ULongallocationSize(ErrorResponseBodyData value)Unitwrite(ErrorResponseBodyData value, ByteBuffer buf)-
Methods inherited from class tbdex.sdk.rust.FfiConverterRustBuffer
lift, lower -
Methods inherited from class tbdex.sdk.rust.FfiConverter
liftFromRustBuffer, lowerIntoRustBuffer -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
read
ErrorResponseBodyData read(ByteBuffer buf)
-
allocationSize
ULong allocationSize(ErrorResponseBodyData value)
-
write
Unit write(ErrorResponseBodyData value, ByteBuffer buf)
-
-
-
-