Mike Norris

Results 3 issues of Mike Norris

Unable to run!! Quit because of '段错误' ![image](https://user-images.githubusercontent.com/16161403/69909343-284a4680-1435-11ea-9c5a-b3cdd94423c4.png)

### 请描述您的问题 *询问有关本项目的使用和其他方面的相关问题。* 在fastjson1中,继承ContextObjectSerializer,我可以通过BeanContext context获取JSONField注解中的format字段,类似 `@JSONField(serializeUsing = CustomerBigDecimalCodec.class, format = "#,###.####")` 在CustomerBigDecimalCodec中,可以对不同字段实现不同精度的序列化,但是在fastjson2中。如何实现类似的需求,通过继承`ObjectWriter`,JSONWriter无法获取JSONField注解上format的值 ``` public class CustomerBigDecimalCodec extends BigDecimalCodec implements ContextObjectSerializer { @Override public void write(JSONSerializer serializer, Object object, BeanContext context)...

question

About outs when eg using zencashjs.transaction.deserializeTx method. I can only get satoshis and script, I want to know how to get the real address through script { version: 1, locktime:...