public class ObjectIdSerializer
extends com.fasterxml.jackson.databind.JsonSerializer<org.bson.types.ObjectId>
| 构造器和说明 |
|---|
ObjectIdSerializer() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
serialize(org.bson.types.ObjectId value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
public void serialize(org.bson.types.ObjectId value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers)
throws IOException
serialize 在类中 com.fasterxml.jackson.databind.JsonSerializer<org.bson.types.ObjectId>IOExceptionCopyright © 2024. All rights reserved.