public class FstSerializerFactory extends Object
| Constructor and Description |
|---|
FstSerializerFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(byte[] bytes) |
static FstSerializerFactory |
getDefaultFactory() |
<T> byte[] |
serialize(T t) |
public static FstSerializerFactory getDefaultFactory()
public <T> byte[] serialize(T t)
public <T> T deserialize(byte[] bytes)
Copyright © 2022 Seata. All rights reserved.