feat : 직렬화 제어를 위한 어노테이션 추가
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
package com.banjjoknim.playground.model
|
||||||
|
|
||||||
|
@Retention(AnnotationRetention.RUNTIME)
|
||||||
|
@Target(AnnotationTarget.PROPERTY)
|
||||||
|
annotation class DoSerialize(val doSerialize: Boolean = false)
|
||||||
Reference in New Issue
Block a user