Package tbdex.sdk.rust
Object FfiConverterTypeTbdexError
-
- All Implemented Interfaces:
-
tbdex.sdk.rust.FfiConverter,tbdex.sdk.rust.FfiConverterRustBuffer
public class FfiConverterTypeTbdexError implements FfiConverterRustBuffer<TbdexException>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeTbdexErrorINSTANCE
-
Method Summary
Modifier and Type Method Description TbdexExceptionread(ByteBuffer buf)ULongallocationSize(TbdexException value)Unitwrite(TbdexException 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
TbdexException read(ByteBuffer buf)
-
allocationSize
ULong allocationSize(TbdexException value)
-
write
Unit write(TbdexException value, ByteBuffer buf)
-
-
-
-